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 d9db220 + 13a0f5e commit 7f2dabbCopy full SHA for 7f2dabb
.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@v6
+ uses: actions/upload-artifact@v7
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