We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050a981 commit 78d0831Copy full SHA for 78d0831
.github/workflows/artifacts.yml
@@ -35,7 +35,7 @@ jobs:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
with:
37
upload_url: ${{ github.event.release.upload_url }}
38
- asset_path: ./obengine-tiled-integration.tar
+ asset_path: ./obengine-tiled-integration.tar.gz
39
asset_name: obengine-tiled-integration.linux64.tar.gz
40
asset_content_type: application/zip
41
@@ -95,6 +95,6 @@ jobs:
95
96
97
98
99
asset_name: obengine-tiled-integration.macos64.tar.gz
100
0 commit comments