Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AutumnVN committed Jul 26, 2024
1 parent 021c319 commit 282855d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4

- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- uses: pnpm/action-setup@v4

- name: Install dependencies
run: pnpm i

Expand All @@ -30,7 +30,7 @@ jobs:

- name: Release
run: |
gh release create release dist/osu-ubu.exe
gh release upload release --clobber dist/osu-ubu.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 282855d

Please sign in to comment.