powershell
This commit is contained in:
@@ -43,8 +43,8 @@ jobs:
|
|||||||
# status: 🚀
|
# status: 🚀
|
||||||
- name: Set Unity license
|
- name: Set Unity license
|
||||||
run: |
|
run: |
|
||||||
export is_unity_license_set=true
|
$env:is_unity_license_set=true
|
||||||
echo "is_unity_license_set=$is_unity_license_set" >> $GITHUB_OUTPUT
|
echo "$env:is_unity_license_set=$is_unity_license_set" >> $GITHUB_OUTPUT
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user