File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -26,26 +26,23 @@ jobs:
26
26
with :
27
27
repository : jimeh/build-emacs-for-macos
28
28
ref : ${{ inputs.builder_ref }}
29
- path : builder
30
29
- name : Store builder Git SHA
31
30
run : |
32
31
git rev-parse HEAD > emacs-builder-git-sha.txt
33
- working-directory : builder
34
32
- name : Upload builder git SHA artifact
35
33
uses : actions/upload-artifact@v3
36
34
with :
37
35
name : emacs-builder-git-sha
38
- path : builder/ emacs-builder-git-sha.txt
36
+ path : emacs-builder-git-sha.txt
39
37
if-no-files-found : error
40
38
- uses : actions/setup-go@v4
41
39
with :
42
- go-version : 1.21
40
+ go-version : " 1.21"
43
41
- name : Build emacs-builder tool
44
42
run : make build
45
- working-directory : builder
46
43
- name : Upload emacs-builder artifact
47
44
uses : actions/upload-artifact@v3
48
45
with :
49
46
name : emacs-builder
50
- path : builder/ bin/emacs-builder
47
+ path : bin/emacs-builder
51
48
if-no-files-found : error
Original file line number Diff line number Diff line change 16
16
ref : meta
17
17
- uses : actions/setup-go@v4
18
18
with :
19
- go-version : " 1.20 "
19
+ go-version : " 1.21 "
20
20
- name : update total downloads shield JSON
21
21
run : >-
22
22
go run . badges downloads -o total-downloads/shield.json
You can’t perform that action at this time.
0 commit comments