更新构建工作流,删除不必要的安全脚本

This commit is contained in:
2026-03-13 17:14:50 +08:00
parent 68c12cc4eb
commit e6d00e9bc6
3 changed files with 5 additions and 142 deletions
+5 -3
View File
@@ -8,6 +8,8 @@ on:
jobs:
build-package:
runs-on: ${{ matrix.os }}
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
strategy:
fail-fast: false
matrix:
@@ -15,10 +17,10 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.12"
@@ -104,7 +106,7 @@ jobs:
shell: bash
- name: Upload package artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: tjwater-server-package-${{ runner.os }}
path: dist/*