Skip to content

Commit

Permalink
Merge pull request #213 from KisaragiEffective/KisaragiEffective-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Nov 13, 2024
2 parents ea662b2 + bfbac2c commit ec1cf37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zip-vpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.input.tag }}
ref: ${{ github.inputs.tag }}

- name: Add commit hash to the manifest
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
shell: pwsh
- name: Upload files
run: |
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
gh release upload ${{ github.event.release.tag_name || github.inputs.tag }} vpm-src.zip
gh release upload ${{ github.event.release.tag_name || github.inputs.tag }} vpm-src.zip.sha256sum
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit ec1cf37

Please sign in to comment.