chore(ci): Fix binary publish job (#79)

This commit is contained in:
Jagoda Estera Ślązak
2026-08-18 12:21:28 +02:00
committed by missytake
parent 62ce8d474d
commit 07e807bdfe
+2 -2
View File
@@ -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/*