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 ef1f0b3 commit 83062a0Copy full SHA for 83062a0
.github/workflows/cpp.yml
@@ -158,12 +158,12 @@ jobs:
158
- name: Test DEB package creation
159
run: nfpm pkg --packager deb
160
env:
161
- CABIN_VERSION: ${{ github.sha }}
+ CABIN_VERSION: 0.0.0+${{ github.sha }}
162
163
- name: Test RPM package creation
164
run: nfpm pkg --packager rpm
165
166
167
168
- name: List created packages
169
run: ls -la ./*.deb ./*.rpm
0 commit comments