Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-lukas committed Aug 26, 2024
1 parent 1762295 commit ceb9b85
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
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: |
/home/runner/work/oslo/oslo/*.exe
/home/runner/work/oslo/oslo/*.deb
/home/runner/work/oslo/oslo/*.rpm
/home/runner/work/oslo/oslo/**/*.exe
/home/runner/work/oslo/oslo/**/*.deb
/home/runner/work/oslo/oslo/**/*.rpm
makeLatest: true

0 comments on commit ceb9b85

Please sign in to comment.