File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 run : flutter build apk --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
9696 - name : Archive Artifact
9797 if : ${{ matrix.sdk == '' }}
98- uses : actions/upload-artifact@v6
98+ uses : actions/upload-artifact@v7
9999 with :
100100 name : apk-build
101101 path : example/build/app/outputs/apk/release
@@ -130,7 +130,7 @@ jobs:
130130 working-directory : .
131131 - name : Archive Artifact
132132 if : ${{ matrix.sdk == '' }}
133- uses : actions/upload-artifact@v6
133+ uses : actions/upload-artifact@v7
134134 with :
135135 name : exe-build
136136 path : windowsTemp/WindowsApplication.exe
@@ -157,7 +157,7 @@ jobs:
157157 - name : Build Web Application
158158 run : flutter build web --wasm --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
159159 - name : Archive Artifact
160- uses : actions/upload-artifact@v6
160+ uses : actions/upload-artifact@v7
161161 if : ${{ matrix.sdk == '' }}
162162 with :
163163 name : web-build
Original file line number Diff line number Diff line change 5353 - name : Build Android Application
5454 run : flutter build apk --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
5555 - name : Archive Artifact
56- uses : actions/upload-artifact@v6
56+ uses : actions/upload-artifact@v7
5757 with :
5858 name : apk-build
5959 path : example/build/app/outputs/apk/release
8282 run : iscc "windowsApplicationInstallerSetup.iss"
8383 working-directory : .
8484 - name : Archive Artifact
85- uses : actions/upload-artifact@v6
85+ uses : actions/upload-artifact@v7
8686 with :
8787 name : exe-build
8888 path : windowsTemp/WindowsApplication.exe
@@ -107,7 +107,7 @@ jobs:
107107 - name : Build Web Application
108108 run : flutter build web --wasm --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
109109 - name : Archive Artifact
110- uses : actions/upload-artifact@v6
110+ uses : actions/upload-artifact@v7
111111 with :
112112 name : web-build
113113 path : example/build/web
You can’t perform that action at this time.
0 commit comments