Skip to content

Commit

Permalink
v0.76.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Mar 4, 2023
1 parent 3a1a4ef commit 5583ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build archlinux packages
uses: countstarlight/arch-makepkg-action@master
with:
scripts: "makepkg --nodeps && cd lwrap && makepkg --nodeps"
scripts: "cd lwrap && makepkg --nodeps && cd ../ && makepkg --nodeps"

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 5583ece

Please sign in to comment.