Skip to content

Commit

Permalink
Merge branch 'feature/vitejs-svelte' of https://github.com/ARK-Builde…
Browse files Browse the repository at this point in the history
…rs/ARK-Shelf-Desktop into feature/vitejs-svelte
  • Loading branch information
mberry committed Sep 18, 2023
2 parents 3ee2644 + 3b323ae commit be6c40d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
env:
CARGO_TERM_COLOR: always

on: [push]
on: pull_request

jobs:
build:
Expand Down Expand Up @@ -39,22 +39,22 @@ jobs:
run_install: true

- name: Build Release version
run: pnpm build
run: pnpm tauri build

- name: Upload AppImage
uses: actions/[email protected]
with:
name: ark-shelf-desktop.AppImage
path: ./target/release/bundle/appimage/ark-shelf-desktop_*_amd64.AppImage
path: ./src-tauri/target/release/bundle/appimage/*.AppImage

- name: Upload .deb build
uses: actions/[email protected]
with:
name: ark-shelf-desktop.deb
path: ./target/release/bundle/deb/ark-shelf-desktop_*_amd64.deb
path: ./src-tauri/target/release/bundle/deb/*.deb

- name: Upload binary build
uses: actions/[email protected]
with:
name: ark-shelf-desktop
path: ./target/release/ark-shelf-desktop
path: ./src-tauri/target/release/ark-shelf-desktop

0 comments on commit be6c40d

Please sign in to comment.