Skip to content

Commit

Permalink
Fix filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 11, 2024
1 parent 127346d commit 9087f37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ jobs:
- name: Upload release assets
run: |
ls ${{ github.workspace }}/artifacts/
ls artifacts/
mv ${{ github.workspace }}/artifacts/Cadabra_2-${{ matrix.arch }}.AppImage ${{ github.workspace}}//artifacts/Cadabra_${{ env.VERSION }}_${{ matrix.arch }}.AppImage
gh release upload "${{ env.VERSION }}" ${{ github.workspace }}/artifacts/Cadabra_${{ env.VERSION }}_${{ matrix.arch }}.AppImage --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9087f37

Please sign in to comment.