Skip to content

Commit

Permalink
test commit6
Browse files Browse the repository at this point in the history
  • Loading branch information
henning-gerhardt committed Nov 30, 2024
1 parent 9edb5bd commit 13f1c8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
msbuild mfaktoVS12.vcxproj /property:OCL_ROOT="$env:OCL_ROOT"
- name: Create asset
run: |
Compress-Archive -DestinationPath mfakto-${{ github.ref_name }}-windows-msvc.zip -CompressionLevel Optimal -Path Changelog-mfakto.txt, COPYING, README-SpecialVersions.txt, README.txt, todo.txt, mfakto/x64/Debug/*
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
- name: Upload asset
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 13f1c8f

Please sign in to comment.