From 13a32e4a657a08b390b83af65b5041b581822448 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 23 Jan 2022 11:29:22 +0100 Subject: [PATCH] Name artefact "continuous" Build artefact must be named "continuous" such as not to break existing scripts that rely on that name --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d7d812d..b73d622 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TRAVIS_BUILD_NUMBER: ${{ github.run_number }} - VERSION: ${{ github.ref_name }} + BRANCH: ${{ github.ref_name }} + VERSION: continuous steps: - name: Configure build machine run: |