Skip to content

Commit

Permalink
ci(action): upload release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZonaHex committed Mar 7, 2024
1 parent 25651c5 commit a857d3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
tags:
- 'v*.*.*'

name: Release

jobs:
Expand All @@ -18,9 +18,9 @@ jobs:
run: rm -rf release && mkdir -p release

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.6.0
version: 8

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
Expand All @@ -35,7 +35,7 @@ jobs:
cd release && shasum -a 256 build.tar.gz > sha256.txt && cd ../
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: build.tar.gz
path: release/build.tar.gz
Expand All @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Publish release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a857d3d

Please sign in to comment.