Skip to content

Commit 69e8d7e

Browse files
committed
GHA: upload build as artifact on macos
1 parent 201808e commit 69e8d7e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,13 @@ jobs:
257257
run: |
258258
cargo build --release
259259
260+
- name: Upload build as artifact
261+
uses: actions/upload-artifact@v4
262+
if: success()
263+
with:
264+
name: rig-${{ matrix.config.os }}
265+
path: target/release/rig
266+
260267
- name: Install rig
261268
run: |
262269
sudo cp target/release/rig /usr/local/bin/

0 commit comments

Comments
 (0)