Skip to content

Commit

Permalink
Merge pull request #21 from Hackebein/fix-issue-6
Browse files Browse the repository at this point in the history
Update release.yml - fix yaml parsing error in unitypackage creation
  • Loading branch information
orels1 authored Jan 23, 2025
2 parents 3aa5a23 + 6959189 commit 9775815
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 @@ -64,7 +64,7 @@ jobs:

# Make a UnityPackage version of the Package for release
- name: Create UnityPackage
uses: pCYSl5EDgo/create-unitypackage@cfcd3cf0391a5ef1306342794866a9897c32af0b
uses: pCYSl5EDgo/create-unitypackage@v1.2.3
with:
package-path: ${{ env.unityPackage }}
include-files: metaList
Expand All @@ -84,4 +84,4 @@ jobs:
${{ env.zipFile }}
${{ env.unityPackage }}
${{ env.packagePath }}/package.json
tag_name: ${{ env.version }}
tag_name: ${{ env.version }}

0 comments on commit 9775815

Please # to comment.