From eb943f9e3c9af5b5c4fbe1582bf774ddc4afe6ff Mon Sep 17 00:00:00 2001 From: xilliam <78660109+realxilliam@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:34:50 +0300 Subject: [PATCH] Now the builder should work Pro tip dont ever try the name thing --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) 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/*