We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1397632 commit 9bcfd80Copy full SHA for 9bcfd80
.github/workflows/mta-build-push.yml
@@ -5,8 +5,8 @@ on:
5
branches:
6
- main
7
paths-ignore:
8
- - '.github/**'
9
- - 'README.md'
+ - ".github/**"
+ - "README.md"
10
11
jobs:
12
main:
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/setup-node@v3
21
with:
22
node-version: 20
23
- cache: 'npm'
+ cache: "npm"
24
- name: Check node version
25
run: node --version
26
- name: Install MTA Build Tool
@@ -35,7 +35,7 @@ jobs:
35
36
command: mtaBuild
37
- name: Upload archive file
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v5
39
40
- name: mta
41
- path: html5userapi.mtar
+ name: mta
+ path: html5userapi.mtar
.github/workflows/mta-release.yml
@@ -3,7 +3,7 @@ name: mta-release
3
on:
4
push:
tags:
- - 'v*'
+ - "v*"
release:
0 commit comments