Skip to content

Commit

Permalink
Update working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
malisipi committed Aug 30, 2023
1 parent 2e30ac2 commit 57f452c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Release
run-name: Releasing app
on: [workflow_dispatch]
defaults:
run:
working-directory: .
jobs:
build-linux:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- name: Installing libraries
run: sudo apt-get update && sudo apt-get -y -f install libwebkit2gtk-4.0-dev libgtk-3-dev git zip upx
Expand Down

0 comments on commit 57f452c

Please sign in to comment.