mirror of
https://github.com/go-shiori/shiori.git
synced 2025-03-10 23:05:33 +08:00
fix: amd64 build paths (#429)
This commit is contained in:
parent
7394b1060a
commit
9397832485
1 changed files with 1 additions and 0 deletions
1
.github/workflows/_buildx.yml
vendored
1
.github/workflows/_buildx.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
|||
mkdir binaries
|
||||
cp -r ../../../shiori_linux_* binaries/
|
||||
mv binaries/shiori_linux_arm_7 binaries/shiori_linux_arm
|
||||
mv binaries/shiori_linux_amd64_v1 binaries/shiori_linux_amd64
|
||||
gzip -d -S binaries/.gz__ -r .
|
||||
chmod 755 binaries/shiori_linux_*/shiori
|
||||
- name: Buildx
|
||||
|
|
Loading…
Reference in a new issue