We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c238ec commit b3fdf12Copy full SHA for b3fdf12
.github/workflows/release-ui.yml
@@ -62,9 +62,11 @@ jobs:
62
wget https://raw.githubusercontent.com/tauri-apps/tauri-action/refs/heads/dev/dist/package.json
63
cd ..
64
wget https://raw.githubusercontent.com/tauri-apps/tauri-action/refs/heads/dev/action.yml
65
+ cd ..
66
+ find tauri-action
67
68
# - uses: tauri-apps/tauri-action@v0
- - uses: ./tauri-action
69
+ - uses: ./pdl-live-react/tauri-action
70
env:
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
0 commit comments