File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ jobs:
41
41
keyStorePassword : ${{ secrets.KEY_STORE_PASSWORD }}
42
42
keyPassword : ${{ secrets.KEY_PASSWORD }}
43
43
44
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
44
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
45
45
with :
46
46
name : Android arm64-v8a
47
47
path : packages/neon_framework/example/build/app/outputs/flutter-apk/app-arm64-v8a-release-signed.apk
48
48
if-no-files-found : error
49
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
49
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
50
50
with :
51
51
name : Android armeabi-v7a
52
52
path : packages/neon_framework/example/build/app/outputs/flutter-apk/app-armeabi-v7a-release-signed.apk
53
53
if-no-files-found : error
54
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
54
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
55
55
with :
56
56
name : Android x86_64
57
57
path : packages/neon_framework/example/build/app/outputs/flutter-apk/app-x86_64-release-signed.apk
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Build
110
110
run : ./tool/build-app.sh linux/${{ matrix.architecture.docker }} --build-number="$(date +"%s")"
111
111
112
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
112
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
113
113
with :
114
114
name : Linux ${{ matrix.architecture.flutter }}
115
115
path : packages/neon_framework/example/build/linux/${{ matrix.architecture.flutter }}/release/bundle/*
You can’t perform that action at this time.
0 commit comments