Skip to content

Commit

Permalink
Update CI_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daddel80 authored Dec 26, 2023
1 parent b1f1166 commit afdf978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
ZIPCMD: 7z a -tzip

- name: Zip additional files
run: 7z a vs.proj\${{ matrix.build_configuration }}\${{ matrix.build_platform }}\MultiReplace-v${{ github.ref_name }}-${{ matrix.build_platform }}.zip -j vs.proj\${{ matrix.build_configuration }}\${{ matrix.build_platform }}\help_use_variables.html

run: 7z a vs.proj\Debug\x64\MultiReplace-vmain-x64.zip vs.proj\Debug\x64\help_use_variables.html -spf2
- name: List files in output directory
run: dir vs.proj\${{ matrix.build_configuration }}\${{ matrix.build_platform }}

Expand Down

0 comments on commit afdf978

Please sign in to comment.