Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zodiac committed Jan 27, 2025
1 parent 6f3b8dd commit 355b09e
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 @@ -48,7 +48,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 355b09e

Please sign in to comment.