Skip to content

Commit

Permalink
fix: 修改actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuntao committed Oct 25, 2024
1 parent 379757c commit 0093ac0
Show file tree
Hide file tree
Showing 23 changed files with 146,168 additions and 11 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ jobs:
with:
node-version: '18'

- name: Install dependencies
run: yarn install


- name: Build project
run: npm run package


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

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

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ yarn-error.log*
.env*.local

out/
build/
dist/

# plasmo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bookmarks Artist
一个优雅的浏览器书签查看工具
一个高颜值的浏览器书签查看工具
![alt text](Clip_2024-10-24_16-41-36.png)

## 使用方式
Expand Down
Loading

0 comments on commit 0093ac0

Please sign in to comment.