Skip to content

Commit

Permalink
Tries to make Github Workflow to cross compile Tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
jerefrer committed Jul 12, 2024
1 parent 0fcc632 commit 603b146
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- 'v*'
jobs:
publish-tauri:
permissions:
contents: write
strategy:
fail-fast: false
matrix:
Expand All @@ -22,12 +24,6 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:

- name: Output GitHub Token
run: echo ${{ secrets.GITHUB_TOKEN }}

- name: Output GitHub Token
run: echo ${{ secrets.github_token }}

- uses: actions/checkout@v4

- name: install dependencies (ubuntu only)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tibetan-translator",
"version": "0.9.1",
"version": "0.9.2",
"description": "An attempt at providing access to the best Tibetan dictionaries in a pleasant interface for all devices.",
"author": "Lekshe (Jeremy FRERE)",
"keywords": [
Expand Down Expand Up @@ -79,4 +79,4 @@
},
"license": "MIT",
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "TibetanTranslator"
version = "0.9.1"
version = "0.9.2"
description = "An attempt at providing access to the best Tibetan dictionaries in a pleasant interface for all devices."
authors = ["Lekshe (Jeremy FRERE)"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "TibetanTranslator",
"version": "0.9.1",
"version": "0.9.2",
"identifier": "com.jerefrer.TibetanTranslator",
"build": {
"frontendDist": "../dist",
Expand Down Expand Up @@ -34,4 +34,4 @@
]
},
"$schema": "../node_modules/@tauri-apps/cli/schema.json"
}
}

0 comments on commit 603b146

Please sign in to comment.