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 2f60e27 + d0c1bf7 commit d9db220Copy full SHA for d9db220
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: castle-engine package --os=win64 --cpu=x86_64 --verbose
37
- name: Archive Artifacts
38
# See https://github.com/actions/upload-artifact
39
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
40
with:
41
name: windows-build
42
# Note: Keep paths that start with asterisk in double qoutes, to avoid misinterpreting as YAML reference.
@@ -48,7 +48,7 @@ jobs:
48
- name: Package Linux
49
run: castle-engine package --os=linux --cpu=x86_64 --verbose
50
51
52
53
name: linux-build
54
path: "*-linux-x86_64.tar.gz"
0 commit comments