Skip to content

Commit

Permalink
Fix action names
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Nadler committed Jan 26, 2024
1 parent 5c59714 commit 5d9b38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_mac.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'publish windows'
name: 'publish mac'

# This will trigger the action on each push to the `release` branch.
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5d9b38e

Please sign in to comment.