Skip to content

Commit 34901a7

Browse files
committed
fix asset names in release
1 parent 8c636e2 commit 34901a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mkdir -p built
4444
for platform in ${SUPPORTED_PLATFORMS//,/ }; do
4545
id=$(docker container create --platform=$platform mortezaprk/kmir:${{ github.event.release.tag_name }})
46-
docker cp $id:/kmir built/kmir-$platform
46+
docker cp $id:/kmir built/kmir-${platform//\//-}
4747
docker rm -v $id
4848
done
4949

0 commit comments

Comments
 (0)