Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiac1214 authored Jan 3, 2024
1 parent 35e50d2 commit eb14259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
go mod tidy
make all -j 3
rm -f ${{ github.workspace }}/dist/apps/XWebStack/mac_arm.xpl ${{ github.workspace }}/dist/apps/XWebStack/mac_amd.xpl
cp -r ${{ github.workspace }}/dist/apps/xws ${{ github.workspace }}/dist/apps/XWebStack
echo "PORT=19090" > ${{ github.workspace }}/dist/apps/XWebStack/config
root=$(pwd)
cd ${{ github.workspace }}/dist/apps/ && zip -r xws.zip XWebStack && cd $root
Expand Down

0 comments on commit eb14259

Please sign in to comment.