Skip to content

Commit

Permalink
Fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 23, 2024
1 parent 05033f5 commit 44b893e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if [ "$arch" == "amd64" ]; then
arch="x64"
fi
for file in * ; do mv -v $file ../dist/${file}-${platform_os}-${arch}; done;
for file in * ; do mv -v $file ../dist/${file}-${platform}-${arch}; done;
cd ../../
rm -rv $PWD/bin/dist/compile_assets*
Expand Down

0 comments on commit 44b893e

Please sign in to comment.