From 5538cb8455aaa50a0c98727b36fb3248cbc48aa3 Mon Sep 17 00:00:00 2001 From: Rongmario Date: Wed, 13 Sep 2023 17:54:44 +0100 Subject: [PATCH] Remove env var --- .github/workflows/deploy.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 11ec6f2..0e899cf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,9 +6,6 @@ on: - '[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+' -env: - INPUT_CHANGELOG_FILE: . - jobs: build: runs-on: ubuntu-latest @@ -43,7 +40,11 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - name: Checkout Repository + uses: actions/checkout@v3 + + - name: Download Artifacts + uses: actions/download-artifact@v3 with: path: build/libs/