From bfb47b81160b4455c3f42b1951a7aa4aef8d29a1 Mon Sep 17 00:00:00 2001 From: Colton Pierson Date: Mon, 25 Sep 2023 21:46:49 -0700 Subject: [PATCH] fixing gh release (#19) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2f94b8..fa94934 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,8 @@ jobs: name: create-release runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 + - name: Create artifacts directory run: mkdir artifacts