Skip to content

Commit

Permalink
test commit15
Browse files Browse the repository at this point in the history
  • Loading branch information
henning-gerhardt committed Nov 30, 2024
1 parent 3b8ca28 commit d0aeb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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, mfakto.ini, README-SpecialVersions.txt, README.txt, todo.txt -Destination x64/Debug/
Copy-Item -Path Changelog-mfakto.txt, COPYING, README-SpecialVersions.txt, README.txt, todo.txt src/mfakto.ini -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
Expand Down

0 comments on commit d0aeb5f

Please sign in to comment.