diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 5fc10d28ab..908b90af55 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -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 }}