From 3b8ca280fba874b347a89188426e0750c4bc24c2 Mon Sep 17 00:00:00 2001 From: Henning Gerhardt Date: Sat, 30 Nov 2024 10:25:35 +0100 Subject: [PATCH] test commit14 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92a5aa0..837f4f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: msbuild mfaktoVS12.vcxproj /property:OCL_ROOT="$env:OCL_ROOT" - name: Create artifact and release asset run: | - Copy-Item -Path Changelog-mfakto.txt, COPYING, README-SpecialVersions.txt, README.txt, todo.txt -Destination x64/Debug/ + Copy-Item -Path Changelog-mfakto.txt, COPYING, mfakto.ini, README-SpecialVersions.txt, README.txt, todo.txt -Destination x64/Debug/ Compress-Archive -DestinationPath mfakto-${{ github.ref_name }}-windows-msvc.zip -CompressionLevel Optimal -Path x64/Debug/* - name: Upload build artifact uses: actions/upload-artifact@v4