mirror of
https://github.com/chatmail/relay.git
synced 2026-09-17 21:00:13 +00:00
chore(ci): Fix binary publish job (#79)
This commit is contained in:
committed by
GitHub
parent
3054b31dc7
commit
f149797775
+2
-2
@@ -60,8 +60,8 @@ jobs:
|
|||||||
REF_NAME: ${{ github.ref_name }}
|
REF_NAME: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
mkdir dist
|
mkdir dist
|
||||||
mv filtermail-x86_64 dist/filtermail-x86_64
|
mv filtermail-x86_64/filtermail dist/filtermail-x86_64
|
||||||
mv filtermail-aarch64 dist/filtermail-aarch64
|
mv filtermail-aarch64/filtermail dist/filtermail-aarch64
|
||||||
gh release upload "$REF_NAME" \
|
gh release upload "$REF_NAME" \
|
||||||
--repo ${{ github.repository }} \
|
--repo ${{ github.repository }} \
|
||||||
dist/*
|
dist/*
|
||||||
|
|||||||
Reference in New Issue
Block a user