Skip to content

Commit eb5276d

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

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ jobs:
8888
run: ctest -C ${{ matrix.build-type }} --output-on-failure
8989

9090
- name: Upload
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
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:
@@ -197,15 +197,10 @@ jobs:
197197
SHORT_SHA=$(echo ${{ github.sha }} | head -c 7)
198198
echo "::set-output name=short_sha::$SHORT_SHA"
199199
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)
206201
uses: actions/download-artifact@v4
207202
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
209204

210205
- name: Display structure of downloaded files
211206
run: ls -R

0 commit comments

Comments
 (0)