Skip to content

Commit

Permalink
Fixed workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jzapdot committed Jan 2, 2025
1 parent 485893f commit 2cd77bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_unity_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Execute Unity Unit Tests and Upload results
- name: Run Unity Unit Tests
uses: game-ci/unity-test-runner@v4
- uses: game-ci/unity-test-runner@v4
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
Expand All @@ -52,7 +52,7 @@ jobs:

# Build Unity Package on Develop branch
- name: Execute Unity Package Build
uses: game-ci/unity-builder@v4
- uses: game-ci/unity-builder@v4
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
Expand All @@ -65,7 +65,7 @@ jobs:

# Check in Unity Package on Release branch
- name: Add & Commit Release Changes
uses: EndBug/add-and-commit@v9
- uses: EndBug/add-and-commit@v9
env:
# This is necessary in order to push a commit to the repo
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
Expand Down

0 comments on commit 2cd77bd

Please sign in to comment.