From 0d354114597dcac13c2a539e6da07de123a24044 Mon Sep 17 00:00:00 2001 From: Sygmei <3835355+Sygmei@users.noreply.github.com> Date: Sat, 24 Apr 2021 03:38:21 +0200 Subject: [PATCH] Update artifacts.yml --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 7b7168a..91348fe 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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