mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-03 12:06:52 -04:00
Fix cwd when uploading release files.
This commit is contained in:
parent
a06ee31566
commit
72a59c3dae
1 changed files with 3 additions and 1 deletions
|
@ -12,8 +12,10 @@ before_script:
|
|||
- export CXX="arm-none-eabi-g++"
|
||||
|
||||
script:
|
||||
- cd firmware/
|
||||
# TODO: Introduce top-level Makefile, this is lame.
|
||||
- pushd firmware/
|
||||
- make release
|
||||
- popd
|
||||
|
||||
addons:
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue