From 988b9af35450a3e0053fd743eb15c126a680ed99 Mon Sep 17 00:00:00 2001 From: Henning Gerhardt Date: Sat, 30 Nov 2024 09:33:05 +0100 Subject: [PATCH] test commit7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a83f1eb..4b999ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,11 +44,11 @@ jobs: - name: Create asset run: | Get-ChildItem -Recurse - Compress-Archive -DestinationPath mfakto-${{ github.ref_name }}-windows-msvc.zip -CompressionLevel Optimal -Path Changelog-mfakto.txt, COPYING, README-SpecialVersions.txt, README.txt, todo.txt + Compress-Archive -DestinationPath mfakto-${{ github.ref_name }}-windows-msvc.zip -CompressionLevel Optimal -Path Changelog-mfakto.txt, COPYING, README-SpecialVersions.txt, README.txt, todo.txt, x64/Debug/* - name: Upload asset uses: actions/upload-artifact@v4 with: - name: mfakto-${{ github.ref_name }}-windows-msvc.zip + name: mfakto-windows-msvc.zip path: mfakto-${{ github.ref_name }}-windows-msvc.zip WindowsMSYS2: