Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pandrabox committed Sep 1, 2024
1 parent 2e51868 commit 86422bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,13 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

#Configure the Environment Variables needed for releasing the Package
- name : Set Environment Variables
- name : Set Environment Variables1
run: |
echo "version=${{ needs.GetTargetVersion.outputs.TargetVersion }}" >> $GITHUB_ENV
echo "RepoName=${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/}" >> $GITHUB_ENV
- name : Set Environment Variables2
run: |
echo "zipFile=${{ env.RepoName }}-${{ env.version }}".zip >> $GITHUB_ENV
echo "unityPackage=${{ env.RepoName }}-${{ env.version }}.unitypackage" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "com.github.pandrabox.emoteprefab",
"version" : "1.0.6",
"version" : "1.0.8",
"displayName" : "EmotePrefab",
"author": {
"name": "pandra"
Expand Down

0 comments on commit 86422bc

Please sign in to comment.