Skip to content

Commit 9bcfd80

Browse files
committed
update build
1 parent 1397632 commit 9bcfd80

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/mta-build-push.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- main
77
paths-ignore:
8-
- '.github/**'
9-
- 'README.md'
8+
- ".github/**"
9+
- "README.md"
1010

1111
jobs:
1212
main:
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: 20
23-
cache: 'npm'
23+
cache: "npm"
2424
- name: Check node version
2525
run: node --version
2626
- name: Install MTA Build Tool
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
command: mtaBuild
3737
- name: Upload archive file
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v5
3939
with:
40-
name: mta
41-
path: html5userapi.mtar
40+
name: mta
41+
path: html5userapi.mtar

.github/workflows/mta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: mta-release
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)