Update workflows to use @master
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
# Request manual activation file
|
||||
- name: Request manual activation file
|
||||
id: getManualLicenseFile
|
||||
uses: webbertakken/unity-request-manual-activation-file@v1.1
|
||||
uses: webbertakken/unity-request-manual-activation-file@master
|
||||
with:
|
||||
unityVersion: ${{ github.event.inputs.unityVersion }}
|
||||
# Upload artifact (Unity_v20XX.X.XXXX.alf)
|
||||
@@ -25,4 +25,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
|
||||
path: ${{ steps.getManualLicenseFile.outputs.filePath }}
|
||||
path: ${{ steps.getManualLicenseFile.outputs.filePath }}
|
||||
|
||||
Reference in New Issue
Block a user