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