Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
honnip committed Feb 21, 2024
1 parent a6c3867 commit 16e50df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
args: --config ${{ env.channel == 'nightly' && './tauri.conf.nightly.json' || './tauri.conf.release.json' }} --features ${{ env.channel == 'nightly' && 'devtools' || '' }}
args: --config ${{ env.channel == 'nightly' && '../gitbutler-app/tauri.conf.nightly.json' || '../gitbutler-app/tauri.conf.release.json' }} --features ${{ env.channel == 'nightly' && 'devtools' || '' }}
releaseName: 'GitButler ${{ env.channel }} __VERSION__'
tagName: ${{ env.channel }}/__VERSION__
appVersion: ${{ env.version }}
Expand Down

0 comments on commit 16e50df

Please sign in to comment.