fix: asset_name file type

This commit is contained in:
Dhanus 2024-10-31 17:12:17 +05:30
parent cb4fc2ac54
commit f1a5b9163b

View File

@ -39,7 +39,7 @@ jobs:
- name: Upload Artifact - name: Upload Artifact
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v2
with: 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 }} file: ${{ steps.build.outputs.image-path }}
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }} tag: ${{ github.ref }}