Skip to content

Commit

Permalink
Merge pull request #212 from KisaragiEffective/KisaragiEffective-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Nov 13, 2024
2 parents 4d7ea13 + 88d206b commit ea662b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zip-vpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
shell: pwsh
- name: Upload files
run: |
gh release upload ${{github.event.release.tag_name}} vpm-src.zip
gh release upload ${{github.event.release.tag_name}} vpm-src.zip.sha256sum
gh release upload ${{ github.event.release.tag_name || github.input.tag }} vpm-src.zip
gh release upload ${{ github.event.release.tag_name || github.input.tag }} vpm-src.zip.sha256sum
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit ea662b2

Please sign in to comment.