Skip to content

Commit

Permalink
Merge branch 'master' into cd/overwrite-repository-field
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/zip-vpm.yml
  • Loading branch information
KisaragiEffective committed Nov 13, 2024
2 parents fce35fe + d7fb120 commit e04d311
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/zip-vpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.inputs.tag }}

ref: ${{ inputs.tag }}
- name: Add commit hash to the manifest
run: |
# moreutils はおそらく追加されない上インストールすると遅いので使わない
Expand All @@ -46,7 +45,7 @@ jobs:
shell: pwsh
- name: Upload files
run: |
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
gh release upload ${{ github.event.release.tag_name || inputs.tag }} vpm-src.zip
gh release upload ${{ github.event.release.tag_name || inputs.tag }} vpm-src.zip.sha256sum
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit e04d311

Please sign in to comment.