File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
30
30
with :
31
31
name : GDL Workbench (macOS)
32
- path : product/target/products/gdlde.product-macosx.cocoa.x86_64.zip
32
+ path : product/target/products/gdlde.product-macosx.cocoa.x86_64.tar.gz
33
33
- name : Upload Build Artifacts
34
34
35
35
with :
36
36
name : GDL Workbench (Linux)
37
- path : product/target/products/gdlde.product-linux.gtk.x86_64.zip
37
+ path : product/target/products/gdlde.product-linux.gtk.x86_64.tar.gz
38
38
- name : Upload Release Assets
39
39
if : ${{ startsWith(github.ref, 'refs/tags/v') }}
40
40
uses : ncipollo/release-action@v1
41
41
with :
42
- artifacts : product/target/products/gdlde.product-*.zip
42
+ artifacts : product/target/products/gdlde.product-*
43
43
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments