Skip to content

Commit

Permalink
refactor actions
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed Mar 15, 2024
1 parent 205aba1 commit e98d81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
name: artifact-macos
path: lpac-*.zip
release:
if: startsWith(github.ref, 'refs/tags/v')
needs: [build-linux, build-macos]
runs-on: ubuntu-latest
permissions:
Expand All @@ -57,7 +58,6 @@ jobs:
name: artifact-macos
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
with:
files: |
lpac-*.deb
Expand Down

0 comments on commit e98d81e

Please sign in to comment.