Skip to content

Commit

Permalink
chore: updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
francis2tm committed Jan 30, 2024
1 parent 69104ef commit 1b52c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "release"
on:
push:
branches:
- release
- main

# This is the example from the readme.
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
# On each push to the `main` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.

jobs:
release:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
Expand Down
2 changes: 1 addition & 1 deletion edgen/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"https://github.com/francis2tm/hello-world/releases/latest/download/latest.json"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDFCOENGMjc4RjY5MjExNjUKUldSbEVaTDJlUEtNR3lLZVkydmVKTWRTRlhVcDdtK2pGVFgwb1E4SFRCaTVpTU1XWG9vNlRvajYK"
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEUzMjgzN0I5N0ZFQUM2QzEKUldUQnh1cC91VGNvNDlGYU44a3VqUk1KRHhOdzJUbjNjUzBIZTNIQU9HYWJ4Q3BTdTV2Q2U1TEIK"
}
}
}

0 comments on commit 1b52c03

Please sign in to comment.