Skip to content

Commit

Permalink
Merge pull request #211 from KisaragiEffective/KisaragiEffective-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Nov 13, 2024
2 parents 0c01b09 + aca2e8d commit 4d7ea13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/zip-vpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
release:
types:
- published
workflow_dispatch:
inputs:
tag:
required: true
type: string

permissions:
contents: write
Expand All @@ -15,6 +20,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.input.tag }}

- name: Add commit hash to the manifest
run: |
# moreutils はおそらく追加されない上インストールすると遅いので使わない
Expand Down

0 comments on commit 4d7ea13

Please sign in to comment.