Skip to content

Commit

Permalink
fixing artefacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Feb 3, 2022
1 parent 5585295 commit 35d91e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/LibraryBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ jobs:
if: startsWith(matrix.sketch-names, 'M5Stack-SD-Menu')
run: |
cp examples/M5Stack-SD-Menu/build/M5Stack-SD-Menu.ino.bin examples/M5Stack-SD-Menu/build/${{ matrix.launcher-name }}
cp examples/AppStore/build/AppStore.ino.bin examples/AppStore/build/${{ matrix.appstore-name }}
cp examples/AppStore/build/AppStore.ino.bin examples/M5Stack-SD-Menu/build/${{ matrix.appstore-name }}
- name: Upload artifact ${{ matrix.matrix-context }}
uses: actions/upload-artifact@v2
if: startsWith(matrix.sketch-names, 'M5Stack-SD-Menu')
with:
name: ${{ matrix.matrix-context }}
path: |
examples/M5Stack-SD-Menu/build/${{ matrix.launcher-name }}
examples/AppStore/build/${{ matrix.appstore-name }}
examples/M5Stack-SD-Menu/build/${{ matrix.appstore-name }}
post_build:
name: Gather Artefacts
Expand Down

0 comments on commit 35d91e8

Please sign in to comment.