Skip to content

Commit 4544d76

Browse files
authored
use tar.gz extensions for macos and linux builds
1 parent 7acf2db commit 4544d76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
uses: actions/[email protected]
3030
with:
3131
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
3333
- name: Upload Build Artifacts
3434
uses: actions/[email protected]
3535
with:
3636
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
3838
- name: Upload Release Assets
3939
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
4040
uses: ncipollo/release-action@v1
4141
with:
42-
artifacts: product/target/products/gdlde.product-*.zip
42+
artifacts: product/target/products/gdlde.product-*
4343
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)