Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit ffdab14

Browse files
committed
ci: overwrite asset upload
1 parent 8b37e77 commit ffdab14

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Set bundle name
8282
id: bundle
83-
run: echo "::set-output name=BUNDLE_FILE_NAME::cnmatrix-$(git describe --tags)-${{ matrix.os }}.zip"
83+
run: echo "BUNDLE_FILE_NAME=cnmatrix-$(git describe --tags)-${{ matrix.os }}.zip" >> $GITHUB_OUTPUT
8484

8585
- name: Bundle
8686
if: matrix.build_type == 'Release'
@@ -90,6 +90,8 @@ jobs:
9090
- uses: actions/upload-artifact@v4
9191
name: Upload
9292
if: matrix.build_type == 'Release'
93+
# TODO: sort out single precision on/off collision
94+
overwrite: true
9395
with:
9496
name: cnmatrix-${{ matrix.os }}-${{ matrix.build_type }}
9597
path: |

0 commit comments

Comments
 (0)