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 8a08b3f commit 6bc02a2Copy full SHA for 6bc02a2
.github/workflows/ubuntu-22.04-package.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Upload Release Assets
55
run: |
56
- gh release upload "${{ env.VERSION }}" build/cadabra2-${{ env.VERSION }}-jammy.deb --clobber
+ gh release upload "${{ env.VERSION }}" build/cadabra2-${{ env.VERSION }}-22.04-jammy.deb --clobber
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
.github/workflows/ubuntu-24.04-package.yml
+ gh release upload "${{ env.VERSION }}" build/cadabra2-${{ env.VERSION }}-24.04-noble.deb --clobber
0 commit comments