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 5c66e40 commit 1e34f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ jobs:

- uses: softprops/action-gh-release@v2
with:
files: bin
files: artifactcollector
if: matrix.os == 'macos-latest' && github.event_name == 'release'
- uses: softprops/action-gh-release@v2
with:
files: bin
files: artifactcollector
if: matrix.os == 'ubuntu-latest' && github.event_name == 'release'

- run: sudo ./artifactcollector
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- uses: softprops/action-gh-release@v2
with:
files: bin
files: ./build/bin/artifactcollector.exe
if: github.event_name == 'release'

- run: ./build/bin/artifactcollector.exe
Expand Down

0 comments on commit 1e34f04

Please sign in to comment.