Skip to content

Commit

Permalink
リリース処理修正
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 authored Jan 14, 2024
1 parent ae49344 commit e7c470b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
zip TexturePack -r ./*
- name: mv ZIP
run: |
mkdir upload && mv TexturePack.zip upload/
mkdir upload && mv pack/TexturePack.zip upload/
- name: Upload Artifact #アーティファクトをアップロード
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e7c470b

Please sign in to comment.