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 50ceed8 commit 940443bCopy full SHA for 940443b
.github/workflows/ubuntu-package.yml
@@ -52,10 +52,10 @@ jobs:
52
echo "VERSION=$VER" >> $GITHUB_ENV
53
54
- 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 }}
+ run: |
+ gh release upload "${{ env.VERSION }}" build/cadabra2-${{ env.VERSION }}-jammy.deb --clobber
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
60
# - name: Upload artifact to github assets
61
# uses: actions/upload-artifact@main
0 commit comments