Browse Source

Name artefact "continuous"

Build artefact must be named "continuous" such as not to break existing scripts that rely on that name
master
probonopd 3 years ago
committed by GitHub
parent
commit
13a32e4a65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/build.yaml

3
.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: |

Loading…
Cancel
Save