Skip to content

Commit

Permalink
Fix Release workflow (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Dec 18, 2023
1 parent 4ac31a8 commit 0bcb78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
esac
- name: "Upload packages"
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.job.target }}
path: |
Expand All @@ -218,7 +218,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download result of previous builds
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ARTIFACTS
- name: Publish as github release
Expand Down

0 comments on commit 0bcb78c

Please sign in to comment.