diff --git a/.github/workflows/publish_mac.yml b/.github/workflows/publish_mac.yml index 427f8ee..436dcdb 100644 --- a/.github/workflows/publish_mac.yml +++ b/.github/workflows/publish_mac.yml @@ -1,4 +1,4 @@ -name: 'publish windows' +name: 'publish mac' # This will trigger the action on each push to the `release` branch. on: diff --git a/.github/workflows/publish_win.yml b/.github/workflows/publish_win.yml index a0124df..e5c52ce 100644 --- a/.github/workflows/publish_win.yml +++ b/.github/workflows/publish_win.yml @@ -36,7 +36,7 @@ jobs: - name: install frontend dependencies run: npm install # change this to npm or pnpm depending on which one you use - - name: Build + - name: Build Windows uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}