Skip to content

Commit

Permalink
Fix tauri action version (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
krabiworld committed Dec 11, 2024
1 parent fa72d1e commit 232436c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Deploy Foxogram frontend
name: Deploy Frontend

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Build Foxogram Desktop'
name: 'Build Desktop'

on:
workflow_dispatch:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: npm install # change this to npm or pnpm depending on which one you use.

- uses: tauri-apps/tauri-action@v0
- uses: tauri-apps/tauri-action@v0.5.16
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 232436c

Please sign in to comment.