Skip to content

Commit

Permalink
xrtk/activate-unity-license@v5 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jan 22, 2024
1 parent def788a commit c0736c8
Show file tree
Hide file tree
Showing 17 changed files with 38,362 additions and 23,811 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
log-name: 'project-validation'
args: '-quit -nographics -batchmode -executeMethod XRTK.Editor.BuildPipeline.UnityPlayerBuildTools.ValidateProject'

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload Artifacts
if: always()
with:
Expand Down
9 changes: 9 additions & 0 deletions .puppeteerrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const {join} = require('path');

/**
* @type {import("puppeteer").Configuration}
*/
module.exports = {
// Changes the cache location for Puppeteer.
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
};
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
build-targets: ${{ matrix.build-target }}

# Activates the installation with the provided credentials
- uses: xrtk/activate-unity-license@v3
- uses: xrtk/activate-unity-license@v5
with:
# Required
username: ${{ secrets.UNITY_USERNAME }}
Expand Down

0 comments on commit c0736c8

Please sign in to comment.