Skip to content

Commit

Permalink
CEuのlangを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tier940 committed Apr 17, 2024
1 parent cb4be59 commit cdd0f93
Show file tree
Hide file tree
Showing 3 changed files with 6,241 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
zip -r ./${{ env.FULL_NAME }}.zip ./assets/ ./pack.mcmeta ./pack.png
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: "${{ env.MODPACK_VERSION }}"
draft: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_questbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
zip -r ./${{ env.FULL_NAME }}-${{ matrix.language }}.zip ./ftbquests-tl-${{ matrix.language }}/
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: "${{ env.MODPACK_VERSION }}"
draft: false
Expand Down
Loading

0 comments on commit cdd0f93

Please sign in to comment.