Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
epomatti committed Feb 7, 2024
1 parent 895bc3f commit 24db378
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ jobs:

- name: Test
run: go test -v ./...

- uses: actions/upload-artifact@v4
with:
name: stressbox-arm64
path: stressbox-arm64
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Custom
*.html
stressbox
stressbox-arm64

# Created by https://www.toptal.com/developers/gitignore/api/go
# Edit at https://www.toptal.com/developers/gitignore?templates=go
Expand Down

0 comments on commit 24db378

Please sign in to comment.