Skip to content

Commit

Permalink
更新自动打包文件
Browse files Browse the repository at this point in the history
  • Loading branch information
CvCn committed Aug 6, 2024
1 parent d79b131 commit 5d2ad2a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'

- name: Install dependencies
run: npm install

- name: Build project
run: npm run build

- name: Get project name
id: vars
run: echo "::set-output name=project_name::$(basename $(git rev-parse --show-toplevel))"
Expand Down

0 comments on commit 5d2ad2a

Please sign in to comment.