File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: generate and publish manifest
2
2
3
3
on :
4
4
push :
5
- tags : [ 'v*' ]
5
+ tags : ["v*" ]
6
6
7
7
permissions :
8
8
contents : write
@@ -16,11 +16,10 @@ jobs:
16
16
echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV
17
17
echo "VERSION=$(echo ${{ github.ref }} | cut -d'/' -f3 | cut -c2-)" >> $GITHUB_ENV
18
18
- uses : actions/checkout@v2
19
-
20
19
- name : Set up Lua
21
20
uses : leafo/gh-actions-lua@v8
22
21
with :
23
- luaVersion : ' 5.3.5'
22
+ luaVersion : " 5.3.5"
24
23
25
24
- name : Install dependencies
26
25
run : |
37
36
print(str)' > manifest.json
38
37
cat manifest.json
39
38
- name : Upload JSON file
40
- uses : actions/upload-artifact@v2
39
+ uses : actions/upload-artifact@v4
41
40
with :
42
41
name : manifest
43
42
path : manifest.json
50
49
echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV
51
50
echo "VERSION=$(echo ${{ github.ref }} | cut -d'/' -f3 | cut -c2-)" >> $GITHUB_ENV
52
51
- name : Checkout code
53
- uses : actions/checkout@v2
52
+ uses : actions/checkout@v4
54
53
- name : Download JSON file
55
- uses : actions/download-artifact@v2
54
+ uses : actions/download-artifact@v4
56
55
with :
57
56
name : manifest
58
57
- name : Compress build files
76
75
file : ./manifest.json
77
76
tag : " manifest"
78
77
overwrite : true
79
- file_glob : true
78
+ file_glob : true
You can’t perform that action at this time.
0 commit comments