We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6af60 commit 679d8adCopy full SHA for 679d8ad
.github/workflows/build.yml
@@ -81,11 +81,10 @@ jobs:
81
82
- name: Upload files to a GitHub release
83
if: github.event_name == 'release'
84
- uses: actions/upload-release-asset@v1.0.2
85
- env:
86
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: svenstaro/upload-release-action@v2
87
with:
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
88
upload_url: ${{ github.event.release.upload_url }}
89
asset_name: hw-manager-${{ github.ref_name }}.ipa
90
- asset_path: ./hw_manager_flutter.ipa
91
- asset_content_type: application/octet-stream
+ file: ./hw_manager_flutter.ipa
+ tag: ${{ github.ref }}
0 commit comments