Skip to content

Commit 78d0831

Browse files
authored
Update artifacts.yml
1 parent 050a981 commit 78d0831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
with:
3737
upload_url: ${{ github.event.release.upload_url }}
38-
asset_path: ./obengine-tiled-integration.tar
38+
asset_path: ./obengine-tiled-integration.tar.gz
3939
asset_name: obengine-tiled-integration.linux64.tar.gz
4040
asset_content_type: application/zip
4141

@@ -95,6 +95,6 @@ jobs:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
with:
9797
upload_url: ${{ github.event.release.upload_url }}
98-
asset_path: ./obengine-tiled-integration.tar
98+
asset_path: ./obengine-tiled-integration.tar.gz
9999
asset_name: obengine-tiled-integration.macos64.tar.gz
100100
asset_content_type: application/zip

0 commit comments

Comments
 (0)