Skip to content

Commit

Permalink
Merge pull request #351 from LittleLightForDestiny/fix_workflows
Browse files Browse the repository at this point in the history
fix github workflows
  • Loading branch information
joaopmarquesini authored Oct 16, 2024
2 parents a8b8c06 + e85f970 commit 430ad4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-google-play.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: flutter build apk

- name: Upload APK to workflow run
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: LittleLight-android-apk
path: ${{ github.workspace }}/build/app/outputs/flutter-apk/app-release.apk
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
bundle install
- name: Upload aab to workflow run
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: LittleLight-android-aab
path: ${{ github.workspace }}/build/app/outputs/bundle/release/app-release.aab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: flutter build windows --release

- name: Upload build to workflow run
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: LittleLight-windows
path: ${{ github.workspace }}/build/windows/x64/runner/Release
Expand Down

0 comments on commit 430ad4d

Please sign in to comment.