From 3528a5d99ee87065bb4253a2ac2b0cec60b90b58 Mon Sep 17 00:00:00 2001 From: Michael Herstine Date: Wed, 9 Oct 2024 20:37:38 -0700 Subject: [PATCH] Fix release workflow --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba2510a..e298672 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,8 +24,8 @@ jobs: name: create-release runs-on: ubuntu-latest # Un-comment this for testing - # env: - # RELEASE_VERSION: 0.6.23 + env: + RELEASE_VERSION: 0.7.1 steps: - name: Create artifacts directory run: mkdir artifacts @@ -53,7 +53,7 @@ jobs: run: echo "${{ env.RELEASE_VERSION }}" > artifacts/release-version - name: Upload artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 with: name: artifacts path: artifacts