Skip to content

Commit

Permalink
Update artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sygmei authored Apr 24, 2021
1 parent c1e808d commit 0d35411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Compile TiledIntegration
run: cmake --build build --config Release -- /m:8
- name: Create package
run: cp ./build/Release/tiled_integration.exe ./release/
run: tree; cp ./build/Release/tiled_integration.exe ./release/
shell: pwsh
- name: Package to archive
run: Compress-Archive -path ./release/* -destinationpath obengine-tiled-integration.zip -compressionlevel optimal
Expand Down

0 comments on commit 0d35411

Please sign in to comment.