Skip to content

Commit

Permalink
CI: use previous version of pCYSl5EDgo/create-unitypackage
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Jan 10, 2024
1 parent 783ec5e commit 1beb72a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/upmsemver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Unity UPM semantic versioning

on:
push:
branches:
branches:
- master
- dev

Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: upm
BRANCH: upm
FOLDER: Assets/Colyseus/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
createPackage:
Expand All @@ -55,15 +55,15 @@ jobs:
- name: Extract Version
id: version
uses: notiz-dev/github-action-json-property@release
with:
with:
path: 'Assets/Colyseus/package.json'
prop_path: 'version'
- run: echo ${{steps.version.outputs.prop}}
- run: echo ${{steps.version.outputs.prop}}
- name: Create Directory
run: mkdir Release
- name: Generate Unity Package
id: build-package
uses: pCYSl5EDgo/create-unitypackage@master
uses: pCYSl5EDgo/create-unitypackage@v1.1.1
with:
package-path: 'Colyseus_Plugin.unitypackage'
include-files: metaList
Expand All @@ -88,12 +88,12 @@ jobs:
draft: false
prerelease: true
- name: Upload Release Asset
id: upload-release-asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./Colyseus_Plugin.unitypackage
asset_name: Colyseus_Plugin.unitypackage
asset_content_type: application/x-gzip

0 comments on commit 1beb72a

Please sign in to comment.