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.
1 parent 3db956b commit 12b9143Copy full SHA for 12b9143
.github/workflows/ninja-build-static.yml
@@ -74,6 +74,9 @@ jobs:
74
contents: write
75
runs-on: ubuntu-latest
76
needs: build
77
+ # We never want the DkCoder version numbers to conflict with the Ninja releases.
78
+ # So use tags that are real Ninja versions. Example: ninja-1.12.1
79
+ if: startsWith(github.ref, 'refs/tags/ninja-')
80
steps:
81
- name: Download ninja binaries
82
uses: actions/download-artifact@v4
@@ -82,7 +85,6 @@ jobs:
85
merge-multiple: true
83
86
- name: Release
84
87
uses: softprops/action-gh-release@v2
- if: startsWith(github.ref, 'refs/tags/')
88
with:
89
files: |
90
ninja-linux_x86_64
0 commit comments