Skip to content

Commit

Permalink
IT SHOULD WORK NOW :3
Browse files Browse the repository at this point in the history
I swear im losing my mind
  • Loading branch information
realxilliam authored Apr 8, 2024
1 parent 99e1ea6 commit 906faa1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,24 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install tauri
- run: npm install
- run: npm run tauri build
- name: Install Tauri
run: npm install tauri
- name: Install other dependencies
run: npm install
- name: Bump package version
id: bumping-version
uses: jpb06/bump-package@latest
with:
should-default-to-patch: true
- uses: Klemensas/action-autotag@stable
- name: Tag things :3
uses: Klemensas/action-autotag@stable
id: tagger
with:
GITHUB_TOKEN: ${{ secrets.TOKEN}}
- uses: svenstaro/[email protected]
- name: Build
run: npm run tauri build
- name: Release
uses: svenstaro/[email protected]
with:
file: /src-tauri/target/release/bundle/msi/*
release_name: Nightly Build (v.${{ steps.tagger.outputs.version }})
Expand Down

0 comments on commit 906faa1

Please sign in to comment.