Skip to content

Commit 59605f7

Browse files
authored
Adjust release workflow to changes in PR 49
#49
1 parent 2be0608 commit 59605f7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
uses: softprops/action-gh-release@v1
2525
with:
2626
draft: true
27-
files: ./com.eclipsesource.megit.product/target/products/*.(zip|gz)
27+
files: |
28+
./com.eclipsesource.megit.product/target/products/*.zip
29+
./com.eclipsesource.megit.product/target/products/*.gz

0 commit comments

Comments
 (0)