Skip to content

Commit

Permalink
Fix client appimage build rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Aug 4, 2024
1 parent 781e5d2 commit bf1f45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
mkdir ../client-build-files
mv -v out/make/${{ matrix.out_path }} ../client-build-files/${{ env.CLIENT_FILENAME }}
if [ "${{ matrix.platform }}" = "linux" -a "${{ matrix.arch }}" = "x64" ]; then
mv -v out/make/AppImage/x64/*.AppImage ../client-build-files/${CLIENT_FILENAME%%.*}.AppImage
mv -v out/make/AppImage/x64/*.AppImage ../client-build-files/${CLIENT_FILENAME%.*}.AppImage
fi
-
name: Upload build artifact
Expand Down

0 comments on commit bf1f45f

Please sign in to comment.