File tree Expand file tree Collapse file tree 1 file changed +0
-41
lines changed
Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Original file line number Diff line number Diff line change 2020 - name : Test
2121 run : go test -v ./...
2222
23- - name : Upload a Build Artifact
24- uses : actions/upload-artifact@v3.1.2
25- with :
26- # Artifact name
27- name : # optional, default is artifact
28- # A file, directory or wildcard pattern that describes what to upload
29- path :
30- # The desired behavior if no files are found using the provided path.
31- Available Options :
32- warn : Output a warning but do not fail the action
33- error : Fail the action with an error message
34- ignore : Do not output any warnings or errors, the action does not fail
35-
36- if-no-files-found : 0
37-
38-
39- retention-days : # optional
40-
41- - name : Release Upload
42- # You may pin to the exact commit or the version.
43- # uses: d1ceward/draft-assets-release-action@f2997b18bb04e00260f1d67c796b04a56ca6ea2e
44- uses : d1ceward/draft-assets-release-action@v2.0.0
45- with :
46-
47-
48- token : secrets.GITHUB_TOKEN
49- # A list of files to publish, relative to the repository root.
50-
51-
52-
53- ` ` ` yaml
54- with:
55- files: |
56- main
57-
58- ` ` `
59-
60- files :
61- main
62-
63-
You can’t perform that action at this time.
0 commit comments