Skip to content

Commit

Permalink
fix: Fix script for archiving files
Browse files Browse the repository at this point in the history
  • Loading branch information
boris1993 committed Sep 14, 2022
1 parent b818f21 commit cbf67ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cd bin
if [ "${{ env.GOOS }}" == "windows" ]; then
zip -r ${ARCHIVE_FILE_NAME}.zip ${ARTIFACT_TARGET_FOLDER}
zip -r ${ARTIFACT_TARGET_FOLDER}.zip ${ARTIFACT_TARGET_FOLDER}
else
tar cvzf ${ARTIFACT_TARGET_FOLDER}.tar.gz ${ARTIFACT_TARGET_FOLDER}
fi
Expand Down

0 comments on commit cbf67ec

Please sign in to comment.