Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu committed Oct 14, 2024
1 parent 3c3e3ce commit 0e76f3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- uses: softprops/action-gh-release@v2
with:
files: linux.zip
if: github.event_name == 'release'

- run: sudo ./artifactcollector

Expand Down Expand Up @@ -124,6 +125,7 @@ jobs:
- uses: softprops/action-gh-release@v2
with:
files: macos.zip
if: github.event_name == 'release'

- run: sudo ./artifactcollector

Expand Down

0 comments on commit 0e76f3c

Please sign in to comment.