Skip to content

Commit 5955bcb

Browse files
committed
build: add artifact upload step for build outputs
1 parent f186ef3 commit 5955bcb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test_build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,10 @@ jobs:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181
with:
8282
args: ${{ matrix.args }}
83+
84+
- name: Upload build artifacts
85+
uses: actions/upload-artifact@v4
86+
with:
87+
name: build-${{ matrix.platform }}
88+
path: |
89+
src-tauri/target/release/**

0 commit comments

Comments
 (0)