We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d35411 commit e13f5ceCopy full SHA for e13f5ce
1 file changed
.github/workflows/artifacts.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Compile TiledIntegration
54
run: cmake --build build --config Release -- /m:8
55
- name: Create package
56
- run: tree; cp ./build/Release/tiled_integration.exe ./release/
+ run: mkdir release; cp ./build/Release/tiled_integration.exe ./release/
57
shell: pwsh
58
- name: Package to archive
59
run: Compress-Archive -path ./release/* -destinationpath obengine-tiled-integration.zip -compressionlevel optimal
0 commit comments