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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user