Compare commits

...

2 Commits

Author SHA1 Message Date
Martyn Ranyard 51dfa68409
source is a bash builtin
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s Details
2023-11-07 17:19:51 +01:00
Martyn Ranyard bab1a7f24e
While the docker image builds 2023-11-07 15:15:28 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -22,6 +22,6 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Try building all the apps
run: |
source "$HOME/.cargo/env"
bash buildall.sh
bash -c 'source "$HOME/.cargo/env" ;\
bash buildall.sh'
- run: echo "🍏 This job's status is ${{ job.status }}."

View File

@ -21,7 +21,7 @@
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.gmail-tauri.dev",
"identifier": "com.{{ .Data.shortName }}-tauri.dev",
"icon": [
"icons/32x32.png",
"icons/128x128.png",