Skip to content

Commit

Permalink
fix static build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Oct 28, 2024
1 parent ea75e2e commit b348032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
pushd build
mkdir -p initia_${VERSION}_static
mv initiad initia_${VERSION}_static/
tar -czvf initia_${VERSION}_Linux_${ARCH_NAME}_static.tar.gz initia_${VERSION}
tar -czvf initia_${VERSION}_Linux_${ARCH_NAME}_static.tar.gz initia_${VERSION}_static
popd
- name: Release
Expand Down

0 comments on commit b348032

Please sign in to comment.