Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oasoobi committed Sep 18, 2024
1 parent c0d722c commit 7243f25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-mcpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ jobs:
prerelease: false
body: ${{ github.event.inputs.release_message }} # 手動で指定したリリースメッセージ

# MCPACKファイルをリリースにアップロード
# MCPACKをアップロード
- name: Upload MCPACK to Release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./NoteBlockPlus.mcpack
asset_name: NoteBlockPlus.mcpack
asset_content_type: application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7243f25

Please sign in to comment.