Skip to content

Commit

Permalink
Merge branch 'hotfix/fix-release-workflow'
Browse files Browse the repository at this point in the history
  • Loading branch information
intelligide committed Feb 7, 2023
2 parents 9711ac2 + 2eb2bd6 commit b327852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
paths: packages
path: packages

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
paths: packages
path: packages

- run: tar -czvf com.frozenstorminteractive.assimp.tar.gz packages/com.frozenstorminteractive.assimp
- run: tar -czvf com.frozenstorminteractive.assimp.android.tar.gz packages/com.frozenstorminteractive.assimp.android
Expand Down

0 comments on commit b327852

Please sign in to comment.