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 e7c05d6 + e966c8a commit e180a17Copy full SHA for e180a17
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
container: kambi/castle-engine-cloud-builds-tools:cge-unstable
28
steps:
29
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
30
31
- name: Package Windows
32
run: castle-engine package --os=win64 --cpu=x86_64 --verbose
@@ -72,7 +72,7 @@ jobs:
72
name: Build Using macOS
73
runs-on: macos-15-intel
74
75
76
- name: Install FPC
77
run: brew install fpc
78
@@ -122,7 +122,7 @@ jobs:
122
123
needs: [release]
124
125
126
- name: Update Release Tag
127
if: ${{ github.ref == 'refs/heads/master' }}
128
run: |
0 commit comments