subosito
Some checks failed
Create release from tag / create_release (push) Failing after 6s

This commit is contained in:
Álvaro González 2026-05-13 13:27:31 +02:00
parent 6c1cdd07c6
commit 3bfcc727ed

View file

@ -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