Skip to content

Commit

Permalink
Little fix while prepping release (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <[email protected]>
  • Loading branch information
asutula authored Feb 14, 2020
1 parent 5411836 commit 63f6e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
cp threads-${i} install-threads/threads${EXT}
if [ "${EXT}" == ".exe" ]; then
zip go-threads_${VERSION}_${OSARCH}.zip install-threads
mv go-threads_${VERSION}_${OSARCH}.zip ../${OUT}/
mv go-threads_${VERSION}_${OSARCH}.zip ${OUT}/
else
tar -czvf go-threads_${VERSION}_${OSARCH}.tar.gz install-threads
mv go-threads_${VERSION}_${OSARCH}.tar.gz ../${OUT}/
mv go-threads_${VERSION}_${OSARCH}.tar.gz ${OUT}/
fi
done
rm -rf install-threads
Expand Down

0 comments on commit 63f6e2f

Please sign in to comment.