Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Feb 3, 2022
1 parent eae7e3a commit 1547af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ jobs:
cp "$path/"* /tmp/py-dist-tmp
done
mv /tmp/py-dist-tmp/iced_x86-*-cp37-abi3*.whl /tmp/py-dist
mv /tmp/py-dist-tmp/iced_x86-*.whl /tmp/py-dist
mv /tmp/py-dist-tmp/iced-x86-*.tar.gz /tmp/py-dist
if [ -n "$(ls -A /tmp/py-dist-tmp/* 2>/dev/null)" ]; then
Expand Down

0 comments on commit 1547af1

Please sign in to comment.