quito apk que subosito no tiene
Some checks failed
Create release from tag / create_release (push) Failing after 1m31s
Some checks failed
Create release from tag / create_release (push) Failing after 1m31s
This commit is contained in:
parent
7f9ad2f201
commit
16611739d8
1 changed files with 0 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -31,7 +31,6 @@ jobs:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.38.9
|
flutter-version: 3.38.9
|
||||||
- run: |
|
- run: |
|
||||||
flutter build apk --release
|
|
||||||
flutter build linux --release
|
flutter build linux --release
|
||||||
flutter build web --release
|
flutter build web --release
|
||||||
pushd build/web && zip -r ../../webapp.zip * && popd
|
pushd build/web && zip -r ../../webapp.zip * && popd
|
||||||
|
|
@ -47,6 +46,5 @@ jobs:
|
||||||
release-dir: .
|
release-dir: .
|
||||||
tag: ${{ github.ref_name }}
|
tag: ${{ github.ref_name }}
|
||||||
files: |
|
files: |
|
||||||
./build/app/outputs/flutter-apk/app-release.apk
|
|
||||||
./linux-bin.zip
|
./linux-bin.zip
|
||||||
./webapp.zip
|
./webapp.zip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue