File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
run : goreleaser --snapshot
29
29
30
30
- name : Upload artifacts
31
- uses : actions/upload-artifact@v1
31
+ uses : actions/upload-artifact@v2
32
32
with :
33
33
name : dist
34
34
path : dist
88
88
perl -pi -w -e "s/.*${PACKAGE_FILENAME}/${CLI_CHECKSUM} ${PACKAGE_FILENAME}/g;" dist/*-checksums.txt
89
89
90
90
- name : Upload artifacts
91
- uses : actions/upload-artifact@v1
91
+ uses : actions/upload-artifact@v2
92
92
with :
93
93
name : dist
94
94
path : dist
Original file line number Diff line number Diff line change 23
23
run : goreleaser
24
24
25
25
- name : Upload artifacts
26
- uses : actions/upload-artifact@v1
26
+ uses : actions/upload-artifact@v2
27
27
with :
28
28
name : dist
29
29
path : dist
83
83
perl -pi -w -e "s/.*arduino-cli_${TAG}_macOS_64bit.tar.gz/${CLI_CHECKSUM} arduino-cli_${TAG}_macOS_64bit.tar.gz/g;" dist/*-checksums.txt
84
84
85
85
- name : Upload artifacts
86
- uses : actions/upload-artifact@v1
86
+ uses : actions/upload-artifact@v2
87
87
with :
88
88
name : dist
89
89
path : dist
You can’t perform that action at this time.
0 commit comments