Skip to content

Commit

Permalink
repair ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnMagnet committed Mar 3, 2024
1 parent 006ba5d commit 525332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
tar -zcvf web.tar.gz build/web
tar -zcvf linux.tar.gz build/linux/x64/release/bundle
tar -zcvf android-apk.tar.gz app/outputs/apk/release/app-release.apk
tar -zcvf android-apk.tar.gz build/app/outputs/apk/release/app-release.apk
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 525332a

Please sign in to comment.