File tree 1 file changed +4
-9
lines changed 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 88
88
run : ctest -C ${{ matrix.build-type }} --output-on-failure
89
89
90
90
- name : Upload
91
- uses : actions/upload-artifact@v3
91
+ uses : actions/upload-artifact@v4
92
92
with :
93
- name : flutter-pi-${{ matrix.compiler }}-${{ matrix.runner }}-${{ matrix.graphics-backends }}-${{ matrix.build-type }}
93
+ name : flutter-pi-${{ matrix.runner }}-${{ matrix.compiler }}-${{ matrix.graphics-backends }}-${{ matrix.build-type }}
94
94
path : build/flutter-pi
95
95
96
96
# container:
@@ -197,15 +197,10 @@ jobs:
197
197
SHORT_SHA=$(echo ${{ github.sha }} | head -c 7)
198
198
echo "::set-output name=short_sha::$SHORT_SHA"
199
199
200
- # - name: Download Build (ARM)
201
- # uses: actions/download-artifact@v4
202
- # with:
203
- # name: flutter-pi-ARM-gcc-vulkan-and-opengl-Release # Adjust the name based on the artifact name
204
-
205
- - name : Download Build (ARM64)
200
+ - name : Download Build (ARM)
206
201
uses : actions/download-artifact@v4
207
202
with :
208
- name : flutter-pi-ARM64 -gcc-vulkan-and-opengl-Release # Adjust the name based on the artifact name
203
+ name : flutter-pi-ARM -gcc-vulkan-and-opengl-Release # Adjust the name based on the artifact name
209
204
210
205
- name : Display structure of downloaded files
211
206
run : ls -R
You can’t perform that action at this time.
0 commit comments