Skip to content

Commit

Permalink
chore: upload linux and windows app artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Feb 24, 2025
1 parent 7b95e37 commit d495970
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ jobs:

- name: Build Linux app
run: just build-linux-ci

- name: Upload Linux app
uses: actions/upload-artifact@v4
with:
name: linux-app-x64
path: build/linux/x64/release/bundle/prototype
6 changes: 6 additions & 0 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ jobs:

- name: Build Windows app
run: just build-windows-ci

- name: Upload Windows app
uses: actions/upload-artifact@v4
with:
name: windows-app-x64
path: build/windows/x64/runner/Release/prototype.exe

0 comments on commit d495970

Please sign in to comment.