Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jankratochvilcz committed Feb 9, 2025
1 parent 74b5b51 commit c1cded0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
regex: false
include: "pubspec.yaml"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: versioned-pubspec-web-android
path: pubspec.yaml
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Builds Android
run: flutter build appbundle

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: android-release
path: build/app/outputs/bundle/release/app-release.aab
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run: |
(Get-Content -path pubspec.yaml -Raw).replace("0.0.0+0","${{ steps.get_version.outputs.VERSION }}").replace("0.0.0.0",[regex]::Match("${{ steps.get_version.outputs.VERSION }}", "^(?<version>[^\+]*)\+").groups["version"].value) | Set-Content -Path pubspec.yaml
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: versioned-pubspec-windows
path: pubspec.yaml
Expand Down

0 comments on commit c1cded0

Please sign in to comment.