Name artefact "continuous"

Build artefact must be named "continuous" such as not to break existing scripts that rely on that name
This commit is contained in:
probonopd
2022-01-23 11:29:22 +01:00
committed by GitHub
parent adf1eb0840
commit 13a32e4a65
+2 -1
View File
@@ -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: |