Skip to content

Commit aa21326

Browse files
committed
Copy the file to the release.
#55
1 parent f237fe6 commit aa21326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
CONTAINER=$(docker create ghcr.io/xibosignage/xibo-xmr:${GITHUB_REF##*/})
4747
echo 'Copying PHAR from container.'
48-
docker cp "$CONTAINER":/opt/xmr/bin/xmr.phar xibo-xmr-${GITHUB_REF##*/}
48+
docker cp "$CONTAINER":/opt/xmr/bin/xmr.phar bin/xmr.phar
4949
docker rm "$CONTAINER"
5050
5151
- name: Release

0 commit comments

Comments
 (0)