Skip to content

Commit

Permalink
Fix package filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 10, 2024
1 parent c463cad commit 90b7eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux
name: Ubuntu-22.04 package

on: [push]

Expand Down Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Upload artifact to github assets
uses: actions/upload-artifact@main
with:
name: cadabra2-${VERSION}-jammy.deb
path: build/cadabra2-${VERSION}-jammy.deb
name: cadabra2-${{ env.VERSION }}-jammy.deb
path: build/cadabra2-${{ env.VERSION }}-jammy.deb

0 comments on commit 90b7eae

Please sign in to comment.