From 30185d7d86cb592e2fa88f46a7b7b33a0ca80a16 Mon Sep 17 00:00:00 2001 From: Max Cascone Date: Tue, 13 Aug 2024 11:51:56 -0500 Subject: [PATCH] upload artifact --- .github/workflows/envtest.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/envtest.yml b/.github/workflows/envtest.yml index 97987f4..8b208a7 100644 --- a/.github/workflows/envtest.yml +++ b/.github/workflows/envtest.yml @@ -25,6 +25,17 @@ jobs: env: mascot: Octocat + - name: generate config block + id: config + run: | + echo '{"mascot": "Octocat"}' > config.json + + - name: Upload config.json as artifact + uses: actions/upload-artifact@v4 + with: + name: config + path: config.json + linux_job: name: Linux Job runs-on: ubuntu-latest