Skip to content

Commit

Permalink
Merge pull request #209 from KisaragiEffective/cd/rename-hash-file
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Nov 13, 2024
2 parents 7ae647a + 14e7d5f commit e994ec3
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 @@ -34,11 +34,11 @@ jobs:
run: |
# sha256sumを使うと加工が非直感的だし、ここでスクリプト言語や外部バイナリを持ち出すと遅い。
# PowerShell Coreを起動して回避。
echo (Get-FileHash ./vpm-src.zip -Algorithm SHA256).Hash > vpm-src.zip.sha256
echo (Get-FileHash ./vpm-src.zip -Algorithm SHA256).Hash > vpm-src.zip.sha256sum
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.sha256
gh release upload ${{github.event.release.tag_name}} vpm-src.zip.sha256sum
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit e994ec3

Please sign in to comment.