Skip to content

Commit 247d29c

Browse files
committed
Add release step to cmake action ardera#2
1 parent a0fde8e commit 247d29c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Upload
9191
uses: actions/upload-artifact@v3
9292
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 }}
9494
path: build/flutter-pi
9595

9696
# container:
@@ -204,8 +204,6 @@ jobs:
204204

205205
- name: Download Build (ARM64)
206206
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
209207

210208
- name: Display structure of downloaded files
211209
run: ls -R

0 commit comments

Comments
 (0)