Skip to content

Commit

Permalink
Update iterate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AcChosen authored Nov 30, 2022
1 parent e8432ee commit f284edc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/iterate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ jobs:
- run: find "Packages/${{env.packageName}}/" -name \*.meta >> metaList

- name: Create full UnityPackage
uses: AcChosen/create-unitypackage@e28c7a4616b2754c564b0a959a03b3c89b756fdb
uses: AcChosen/create-unitypackage@v1.1.2
with:
package-path: ${{ env.unityPackage }}
include-files: metaList



- uses: actions/upload-artifact@v3
with:
name: Zip release
Expand Down

0 comments on commit f284edc

Please sign in to comment.