mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 02:07:55 +00:00
Fix cwd when uploading release files.
This commit is contained in:
@@ -12,8 +12,10 @@ before_script:
|
|||||||
- export CXX="arm-none-eabi-g++"
|
- export CXX="arm-none-eabi-g++"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd firmware/
|
# TODO: Introduce top-level Makefile, this is lame.
|
||||||
|
- pushd firmware/
|
||||||
- make release
|
- make release
|
||||||
|
- popd
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Reference in New Issue
Block a user