Skip to content

Commit

Permalink
Update release-executable-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElRakabawi authored Dec 16, 2022
1 parent 17ff649 commit 1f42336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-executable-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sudo apt-get install -y webkit2gtk-4.0
#sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- name: install app dependencies and build it
run: yarn && yarn build --debug
run: yarn && yarn build
working-directory: ${{env.working-directory}}
- uses: tauri-apps/tauri-action@v0
env:
Expand All @@ -76,6 +76,7 @@ jobs:
# releaseDraft: true
# prerelease: false
# projectPath: ${{env.working-directory}}
includeDebug: true
releaseId: ${{ needs.create-release.outputs.release_id }}

publish-release-locally:
Expand Down

0 comments on commit 1f42336

Please sign in to comment.