Update release.yaml

This commit is contained in:
Damien 2025-02-22 03:24:42 -05:00 committed by GitHub
parent 726eed55bf
commit b0941d880e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,6 +85,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.DAMIEN_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: src-tauri/target/release/bundle/**
asset_path: ./src-tauri/target/release/bundle/**
asset_name: my_app_${{ github.event.inputs.version }}
asset_content_type: application/zip