Skip to content

Commit 90b7eae

Browse files
author
Kasper Peeters
committed
Fix package filename.
1 parent c463cad commit 90b7eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ubuntu-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux
1+
name: Ubuntu-22.04 package
22

33
on: [push]
44

@@ -39,6 +39,6 @@ jobs:
3939
- name: Upload artifact to github assets
4040
uses: actions/upload-artifact@main
4141
with:
42-
name: cadabra2-${VERSION}-jammy.deb
43-
path: build/cadabra2-${VERSION}-jammy.deb
42+
name: cadabra2-${{ env.VERSION }}-jammy.deb
43+
path: build/cadabra2-${{ env.VERSION }}-jammy.deb
4444

0 commit comments

Comments
 (0)