From b925886222bad5c8d454505e2a88666b74ce5181 Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:45:27 +0200 Subject: [PATCH] artifact --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 880fa07..18608b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,4 +36,10 @@ jobs: - name: install frontend dependencies run: npm install -g pnpm && pnpm install - - uses: tauri-apps/tauri-action@v0 \ No newline at end of file + - uses: tauri-apps/tauri-action@v0 + + - name: Publish Artifact + uses: actions/upload-artifact@v3 + with: + name: build-${{ matrix.platform }} + path: src-tauri/target/release/bundle/