Skip to content

Commit 679d8ad

Browse files
author
randommodder
committed
Add sqlite things to web
1 parent 2c6af60 commit 679d8ad

File tree

3 files changed

+11475
-5
lines changed

3 files changed

+11475
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@ jobs:
8181

8282
- name: Upload files to a GitHub release
8383
if: github.event_name == 'release'
84-
uses: actions/upload-release-asset@v1.0.2
85-
env:
86-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84+
uses: svenstaro/upload-release-action@v2
8785
with:
86+
repo_token: ${{ secrets.GITHUB_TOKEN }}
8887
upload_url: ${{ github.event.release.upload_url }}
8988
asset_name: hw-manager-${{ github.ref_name }}.ipa
90-
asset_path: ./hw_manager_flutter.ipa
91-
asset_content_type: application/octet-stream
89+
file: ./hw_manager_flutter.ipa
90+
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)