diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b3a7bb..0829ed4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/autotag-action@v1.1.55 id: tagger with: github-token: ${{ secrets.GITHUB_TOKEN}} - - name: Make a new release and use the build - uses: svenstaro/upload-release-action@2.9.0 with: file: /src-tauri/target/release/bundle/msi/*