We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eecbeb + 6fb3856 commit 7ee12baCopy full SHA for 7ee12ba
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
fi
34
- run: dart run pdfrx:remove_wasm_modules
35
- run: flutter build apk --debug
36
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
37
with:
38
name: release-apk
39
path: build/app/outputs/apk/debug/app-debug.apk
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Build appBundle
46
run: flutter build appbundle
47
- name: Upload Artifacts
48
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
49
50
name: Releases
51
path: |
0 commit comments