diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3367d83..f611c50 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tauriScript: npm run tauri build + tauriScript: npm run tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags. releaseName: 'App Name v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. releaseBody: 'See the assets to download and install this version.' diff --git a/package.json b/package.json index e0afbd9..25bd1c1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "export": "next export", "start": "next start", "tauri": "tauri", - "lint": "next lint" + "lint": "next lint", + "tauri:build": "tauri build" }, "dependencies": { "@ant-design/icons": "^5.2.6",