Skip to content

Commit b3fdf12

Browse files
committed
chore: more work in progress on release-ui automation
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 5c238ec commit b3fdf12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-ui.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ jobs:
6262
wget https://raw.githubusercontent.com/tauri-apps/tauri-action/refs/heads/dev/dist/package.json
6363
cd ..
6464
wget https://raw.githubusercontent.com/tauri-apps/tauri-action/refs/heads/dev/action.yml
65+
cd ..
66+
find tauri-action
6567
6668
# - uses: tauri-apps/tauri-action@v0
67-
- uses: ./tauri-action
69+
- uses: ./pdl-live-react/tauri-action
6870
env:
6971
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7072
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}

0 commit comments

Comments
 (0)