mirror of
https://github.com/chickensoft-games/setup-godot.git
synced 2025-08-14 12:55:08 +00:00
fix: upload artifact
This commit is contained in:
parent
351d3975e1
commit
8fd9028758
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: global.json # Use the version specified in global.json
|
version: global.json # Use the version specified in global.json
|
||||||
use-dotnet: false
|
use-dotnet: false
|
||||||
|
|
||||||
- name: 🔬 Verify Godot
|
- name: 🔬 Verify Godot
|
||||||
run: |
|
run: |
|
||||||
godot --version
|
godot --version
|
||||||
@ -110,7 +110,7 @@ jobs:
|
|||||||
id: diff
|
id: diff
|
||||||
|
|
||||||
# If index.js was different than expected, upload the expected version as an artifact
|
# If index.js was different than expected, upload the expected version as an artifact
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
|
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user