Skip to content

Commit 13a32e4

Browse files
authored
Name artefact "continuous"
Build artefact must be named "continuous" such as not to break existing scripts that rely on that name
1 parent adf1eb0 commit 13a32e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
env:
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1111
TRAVIS_BUILD_NUMBER: ${{ github.run_number }}
12-
VERSION: ${{ github.ref_name }}
12+
BRANCH: ${{ github.ref_name }}
13+
VERSION: continuous
1314
steps:
1415
- name: Configure build machine
1516
run: |

0 commit comments

Comments
 (0)