We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9b28b commit 8bff9a7Copy full SHA for 8bff9a7
.github/workflows/build.yml
@@ -94,7 +94,7 @@ jobs:
94
run: ./gradlew assemble nativeImage '-Dbuild.profile=release' '-PcliVersion=$SPP_RELEASE_VERSION'
95
shell: powershell
96
97
- - name: Build native spp-cli.exe (Release)
+ - name: Build native spp-cli.exe (Snapshot)
98
if: github.ref == 'refs/heads/master'
99
run: ./gradlew assemble nativeImage '-Dbuild.profile=release'
100
0 commit comments