mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 18:40:51 +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 }}
|
||||
run: |
|
||||
mkdir dist
|
||||
mv filtermail-x86_64 dist/filtermail-x86_64
|
||||
mv filtermail-aarch64 dist/filtermail-aarch64
|
||||
mv filtermail-x86_64/filtermail dist/filtermail-x86_64
|
||||
mv filtermail-aarch64/filtermail dist/filtermail-aarch64
|
||||
gh release upload "$REF_NAME" \
|
||||
--repo ${{ github.repository }} \
|
||||
dist/*
|
||||
|
||||
Reference in New Issue
Block a user