Skip to content

Commit

Permalink
Now the builder should work
Browse files Browse the repository at this point in the history
Pro tip dont ever try the name thing
  • Loading branch information
realxilliam authored Apr 8, 2024
1 parent c5abe19 commit eb943f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,17 @@ jobs:
build-windows:
runs-on: windows-latest
steps:
- name: Install dependencies
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Build
- run: npm install tauri
- run: npm install
- run: npm run tauri build
- name: Make new tag
- uses: phish108/[email protected]
id: tagger
with:
github-token: ${{ secrets.GITHUB_TOKEN}}
- name: Make a new release and use the build
- uses: svenstaro/[email protected]
with:
file: /src-tauri/target/release/bundle/msi/*
Expand Down

0 comments on commit eb943f9

Please sign in to comment.