Skip to content

Commit 940443b

Browse files
author
Kasper Peeters
committed
Fix yaml
1 parent 50ceed8 commit 940443b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ubuntu-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
echo "VERSION=$VER" >> $GITHUB_ENV
5353
5454
- name: Upload Release Assets
55-
run: |
56-
gh release upload "${{ env.VERSION }}" build/cadabra2-${{ env.VERSION }}-jammy.deb --clobber
57-
env:
58-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
run: |
56+
gh release upload "${{ env.VERSION }}" build/cadabra2-${{ env.VERSION }}-jammy.deb --clobber
57+
env:
58+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959

6060
# - name: Upload artifact to github assets
6161
# uses: actions/upload-artifact@main

0 commit comments

Comments
 (0)