Skip to content

Commit

Permalink
ci: fix release package ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-L authored Jan 31, 2025
1 parent 18b1206 commit 82294e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unity-packageu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
include-files: metaList

- name: Upload .unitypackage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.unityPackage }}
path: ${{ env.unityPackage }}

- name: Upload .zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.zipFile }}
path: ${{ env.zipFile }}
Expand Down

0 comments on commit 82294e4

Please sign in to comment.