Skip to content

Commit

Permalink
ci: Fix Debian repo build
Browse files Browse the repository at this point in the history
  • Loading branch information
Markson Hon committed Dec 16, 2023
1 parent f0fda6b commit 46e056e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,9 @@ jobs:
for deb_File in $(ls builds | grep -E "^xray_"); do
mv builds/$deb_File/$deb_File ./$deb_File
done
for deb_File in $(ls builds | grep -E "^installer_"); do
mv builds/$deb_File/$deb_File ./$deb_File
done
for v2raya_bin in $(ls builds | grep -E "^v2raya_linux"); do
mv builds/"$v2raya_bin"/"$v2raya_bin" ./"$v2raya_bin"
done
Expand Down

0 comments on commit 46e056e

Please sign in to comment.