From 24db37857f1f004637707852e2b2636d8a0f8df0 Mon Sep 17 00:00:00 2001 From: Evandro Pomatti Date: Wed, 7 Feb 2024 18:56:32 -0300 Subject: [PATCH] upload artifact --- .github/workflows/go-arm64.yml | 5 +++++ .gitignore | 1 + 2 files changed, 6 insertions(+) diff --git a/.github/workflows/go-arm64.yml b/.github/workflows/go-arm64.yml index 5196ffa..f4cf2cc 100644 --- a/.github/workflows/go-arm64.yml +++ b/.github/workflows/go-arm64.yml @@ -26,3 +26,8 @@ jobs: - name: Test run: go test -v ./... + + - uses: actions/upload-artifact@v4 + with: + name: stressbox-arm64 + path: stressbox-arm64 diff --git a/.gitignore b/.gitignore index de3749d..57f5fd6 100644 --- a/.gitignore +++ b/.gitignore @@ -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