Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Oct 21, 2023
1 parent 9be4ec0 commit 2732dfa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,14 @@ jobs:
echo "::endgroup::"
- name: Unzip Result
run: |
cd /tmp/output
unzip MicroSDeck.zip
- name: Upload Artifacts to Github
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v3
with:
name: "MicroSDeck"
path: /tmp/output/MicroSDeck.zip
path: /tmp/output/MicroSDeck.zip

0 comments on commit 2732dfa

Please sign in to comment.