Skip to content

Commit 6bc02a2

Browse files
author
Kasper Peeters
committed
Fix ubuntu package names.
1 parent 8a08b3f commit 6bc02a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu-22.04-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Upload Release Assets
5555
run: |
56-
gh release upload "${{ env.VERSION }}" build/cadabra2-${{ env.VERSION }}-jammy.deb --clobber
56+
gh release upload "${{ env.VERSION }}" build/cadabra2-${{ env.VERSION }}-22.04-jammy.deb --clobber
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959

.github/workflows/ubuntu-24.04-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Upload Release Assets
5555
run: |
56-
gh release upload "${{ env.VERSION }}" build/cadabra2-${{ env.VERSION }}-jammy.deb --clobber
56+
gh release upload "${{ env.VERSION }}" build/cadabra2-${{ env.VERSION }}-24.04-noble.deb --clobber
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959

0 commit comments

Comments
 (0)