Skip to content

Commit

Permalink
Change ubuntu action to release
Browse files Browse the repository at this point in the history
  • Loading branch information
NotThorny authored Jan 14, 2024
1 parent a4bd445 commit 7b57829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
sudo apt-get update
sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
- name: Install deps and build
run: yarn && yarn build --debug
- name: Install deps and build release
run: yarn && yarn build

- name: Compress build
uses: vimtor/action-zip@v1
with:
files: src-tauri/target/debug/lang/ src-tauri/target/debug/keys/ src-tauri/target/debug/patch/ src-tauri/target/debug/cultivation src-tauri/target/debug/bundle/deb
files: src-tauri/target/release/lang/ src-tauri/target/release/keys/ src-tauri/target/release/patch/ src-tauri/target/release/cultivation src-tauri/target/release/bundle/deb
recursive: true
dest: Cultivation.zip

Expand Down

0 comments on commit 7b57829

Please sign in to comment.