Skip to content

Commit

Permalink
test commit7
Browse files Browse the repository at this point in the history
  • Loading branch information
henning-gerhardt committed Nov 30, 2024
1 parent 13f1c8f commit 988b9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 988b9af

Please sign in to comment.