We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8481f2f + a69c536 commit 01b9164Copy full SHA for 01b9164
1 file changed
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
run: castle-engine package --os=win64 --cpu=x86_64 --verbose
58
- name: Archive Artifacts
59
# See https://github.com/actions/upload-artifact
60
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
61
with:
62
name: windows-build
63
# Note: Keep paths that start with asterisk in double qoutes, to avoid misinterpreting as YAML reference.
@@ -69,7 +69,7 @@ jobs:
69
- name: Package Linux
70
run: castle-engine package --os=linux --cpu=x86_64 --verbose
71
72
73
74
name: linux-build
75
path: "*-linux-x86_64.tar.gz"
0 commit comments