This commit is contained in:
parent
6c1cdd07c6
commit
3bfcc727ed
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -24,12 +24,13 @@ jobs:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: echo "Estoy en $(pwd)"; find $(pwd)
|
run: echo "Estoy en $(pwd)"; find $(pwd)
|
||||||
|
|
||||||
|
|
||||||
- name: Flutter
|
- name: Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.38.9
|
flutter-version: 3.38.9
|
||||||
run: |
|
- run: |
|
||||||
flutter build apk --release
|
flutter build apk --release
|
||||||
flutter build linux --release
|
flutter build linux --release
|
||||||
flutter build web --release
|
flutter build web --release
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue