Skip to content

Commit

Permalink
fix folders again
Browse files Browse the repository at this point in the history
  • Loading branch information
scanner-darkly committed Dec 18, 2020
1 parent c802897 commit a129472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
- name: build firmware
run: |
PATH="$HOME/avr32-tools/bin:$PATH"
cd monome_euro/multipass/monome_euro/${{matrix.module}}
cd monome-euro/multipass/monome_euro/${{matrix.module}}
find ../../../.. -name '*.o' -delete
make
- name: prepare files
id: get_file_name
run: |
HEX_FILE_PATH=`echo monome_euro/multipass/monome_euro/${{matrix.module}}/*.hex "$1"`
HEX_FILE_PATH=`echo monome-euro/multipass/monome_euro/${{matrix.module}}/*.hex "$1"`
HEX_FILE=`basename $HEX_FILE_PATH`
NAMED_FILE=`echo "${HEX_FILE//multipass_/${{github.event.repository.name}}_}"`
echo ::set-output name=named_file::$NAMED_FILE
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
- name: build firmware
run: |
PATH="$HOME/avr32-tools/bin:$PATH"
cd monome_euro/multipass/monome_euro/${{matrix.module}}
cd monome-euro/multipass/monome_euro/${{matrix.module}}
find ../../../.. -name '*.o' -delete
make
- name: determine file names
id: file_names
run: |
HEX_FILE_PATH=`echo monome_euro/multipass/monome_euro/${{matrix.module}}/*.hex "$1"`
HEX_FILE_PATH=`echo monome-euro/multipass/monome_euro/${{matrix.module}}/*.hex "$1"`
HEX_FILE=`basename $HEX_FILE_PATH`
NAMED_FILE=`echo "${HEX_FILE//multipass_/${{github.event.repository.name}}_}"`
ZIP_FILE=`echo "${NAMED_FILE//hex/zip}"`
Expand Down

0 comments on commit a129472

Please sign in to comment.