Skip to content

Commit e13f5ce

Browse files
authored
Update artifacts.yml
1 parent 0d35411 commit e13f5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Compile TiledIntegration
5454
run: cmake --build build --config Release -- /m:8
5555
- name: Create package
56-
run: tree; cp ./build/Release/tiled_integration.exe ./release/
56+
run: mkdir release; cp ./build/Release/tiled_integration.exe ./release/
5757
shell: pwsh
5858
- name: Package to archive
5959
run: Compress-Archive -path ./release/* -destinationpath obengine-tiled-integration.zip -compressionlevel optimal

0 commit comments

Comments
 (0)