Skip to content

Commit

Permalink
fix renamed repository for zip.exe
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS committed Jun 27, 2021
1 parent ac42d7e commit 369a60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
cp ReleaseWin32/fmtconv.dll "$dir"/x86
cp ReleaseWin32/fmtconv.pdb "$dir"/x86
cp -a ../../doc "$dir"/
git clone https://github.com/AkarinVS/zip/
zip/zip.exe -9r fmtconv-release.zip "$dir"/
git clone https://github.com/AkarinVS/exe/
exe/zip.exe -9r fmtconv-release.zip "$dir"/
- name: Upload artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 369a60d

Please sign in to comment.