Skip to content

Commit 284081e

Browse files
Update go.yml
1 parent 00aebdd commit 284081e

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -20,44 +20,3 @@ jobs:
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-

0 commit comments

Comments
 (0)