Skip to content

Commit

Permalink
fix: 修改actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuntao committed Oct 24, 2024
1 parent c4ac003 commit 93d64a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-release:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -23,6 +23,9 @@ jobs:
- name: Build project
run: npm run build

- name: List build contents
run: ls -R build

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -35,7 +38,7 @@ jobs:
prerelease: false

- name: Zip build files
run: zip -r build.zip build/chrome-mv3-prod
run: zip -r build.zip build

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 93d64a2

Please sign in to comment.