Skip to content

Commit

Permalink
release signed version
Browse files Browse the repository at this point in the history
Signed-off-by: seven <zilisheng1996@gmail.com>
  • Loading branch information
Blankll committed Jun 1, 2024
1 parent 2065eb5 commit 39d39b5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifacts-${{ matrix.os }}
path: out/make/*
path: out/make/**/*.{dmg,rpm,deb,Setup.exe}
release:
needs: pre-release
runs-on: ubuntu-latest
Expand Down Expand Up @@ -103,3 +103,13 @@ jobs:
files: |
LICENSE
out/make/**/*.{dmg,rpm,deb,Setup.exe}
- name: Distribute artifacts to R2
uses: ryand56/r2-upload-action@latest
if: steps.tag_release.outputs.successful
with:
r2-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
r2-access-key-id: ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY_ID }}
r2-secret-access-key: ${{ secrets.CLOUDFLARE_R2_SECRET_ACCESS_KEY }}
r2-bucket: ${{ secrets.CLOUDFLARE_ARTIFACTS_R2 }}
source-dir: out/make/
destination-dir: dockit
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "DocKit",
"productName": "DocKit",
"private": true,
"version": "0.3.1",
"version": "0.3.2",
"description": "A faster, better and more stable NoSQL desktop tools",
"author": "geekfun <support@geekfun.club>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 39d39b5

Please sign in to comment.