Skip to content

Commit 371f954

Browse files
committed
Update
1 parent 8280463 commit 371f954

32 files changed

+6437
-5436
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
jobs:
1010
build-and-release:
1111
runs-on: ubuntu-latest
12-
defaults:
13-
run:
14-
working-directory: ultroid
1512

1613
steps:
1714
- name: Checkout code
@@ -20,9 +17,9 @@ jobs:
2017
- name: Setup Node.js
2118
uses: actions/setup-node@v4
2219
with:
23-
node-version: '23'
20+
node-version: '22'
2421
cache: 'npm'
25-
cache-dependency-path: 'ultroid/package-lock.json'
22+
cache-dependency-path: 'package-lock.json'
2623

2724
- name: Install dependencies
2825
run: npm ci --force
@@ -40,7 +37,7 @@ jobs:
4037
id: create_release
4138
uses: softprops/action-gh-release@v1
4239
with:
43-
files: ultroid/ultroid-dist.zip
40+
files: ultroid-dist.zip
4441
draft: false
4542
prerelease: false
4643
generate_release_notes: true
File renamed without changes.
File renamed without changes.

README.txt

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)