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.
1 parent a0fde8e commit 247d29cCopy full SHA for 247d29c
.github/workflows/cmake.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Upload
91
uses: actions/upload-artifact@v3
92
with:
93
- name: flutter-pi-${{ matrix.compiler }}-${{ matrix.runner }}-${{ matrix.graphics-backends }}-${{ matrix.build-type }}
+ name: flutter-pi-${{ matrix.runner }}-${{ matrix.compiler }}-${{ matrix.graphics-backends }}-${{ matrix.build-type }}
94
path: build/flutter-pi
95
96
# container:
@@ -204,8 +204,6 @@ jobs:
204
205
- name: Download Build (ARM64)
206
uses: actions/download-artifact@v4
207
- with:
208
- name: flutter-pi-ARM64-gcc-vulkan-and-opengl-Release # Adjust the name based on the artifact name
209
210
- name: Display structure of downloaded files
211
run: ls -R
0 commit comments