Skip to content

Commit

Permalink
fix(ci): correct zip step
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Nov 7, 2022
1 parent a9eb917 commit 31694a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
path: ${{ env.BUILD_DIR }}/${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}-${{ needs.release.outputs.version }}

- name: Zip build
uses: thedoctor0/zip-release@v1
uses: thedoctor0/zip-release@main
with:
files: ${{ env.BUILD_DIR }}/${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}-${{ needs.release.outputs.version }}
path: ${{ env.BUILD_DIR }}/${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}-${{ needs.release.outputs.version }}
filename: ${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}-${{ needs.release.outputs.version }}

- name: Upload release asset
Expand Down

0 comments on commit 31694a1

Please sign in to comment.