diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98347a86..b02fa62d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - name: Upload Artifact uses: svenstaro/upload-release-action@v2 with: - asset_name: raspap-image-${{ github.ref_name }}-${{ matrix.arch }} + asset_name: raspap-image-${{ github.ref_name }}-${{ matrix.arch }}.zip file: ${{ steps.build.outputs.image-path }} repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }}