Skip to content

Commit

Permalink
Adjust release workflow to changes in PR 49
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Dec 27, 2023
1 parent 2be0608 commit 59605f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: true
files: ./com.eclipsesource.megit.product/target/products/*.(zip|gz)
files: |
./com.eclipsesource.megit.product/target/products/*.zip
./com.eclipsesource.megit.product/target/products/*.gz

0 comments on commit 59605f7

Please sign in to comment.