Skip to content

Commit

Permalink
CI specific config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Jun 5, 2024
1 parent 969f4ea commit 2e67de4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,6 @@ jobs:
if: steps.changes.outputs.desktop == 'true'
with:
projectPath: apps/desktop
args: --config "src-tauri/tauri.conf.ci.json"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13 changes: 13 additions & 0 deletions apps/desktop/src-tauri/tauri.conf.ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"package": {
"productName": "Overlayed-CI",
"version": "0.0.0"
},
"tauri": {
"bundle": {
"active": false,
"targets": "all",
"identifier": "com.hacksore.ci.overlayed"
}
}
}

0 comments on commit 2e67de4

Please sign in to comment.