Skip to content

Commit

Permalink
Fixed Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Oct 21, 2023
1 parent 2732dfa commit 84690fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: Unzip Result
run: |
cd /tmp/output
unzip MicroSDeck.zip
mkdir release && cd release
unzip /tmp/output/MicroSDeck.zip
- name: Upload Artifacts to Github
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v3
with:
name: "MicroSDeck"
path: /tmp/output/MicroSDeck.zip
path: release/MicroSDeck/*

0 comments on commit 84690fb

Please sign in to comment.