Skip to content

Commit

Permalink
Update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Oct 4, 2023
1 parent 89da512 commit 53e4863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/activation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
steps:
- name: Request manual activation file
id: alfFile
uses: game-ci/unity-request-activation-file@main
uses: game-ci/unity-request-activation-file@v2
with:
unityVersion: ${{ env.UNITY_VERSION }}

# Upload artifact (Unity_v20XX.X.XXXX.alf)
- name: Expose as artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: ${{ steps.alfFile.outputs.filePath }}
path: ${{ steps.alfFile.outputs.filePath }}
Expand Down

0 comments on commit 53e4863

Please sign in to comment.