Skip to content

Commit 1fb74a1

Browse files
authored
CI/CD Rename vars
1 parent 614f83e commit 1fb74a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- name: Install dependencies
2020
run: composer install --prefer-dist --no-progress --no-suggest
2121

22-
- name: Get the version
22+
- name: Get the tag
2323
id: get_tag
2424
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
2525

2626
- name: Build
27-
run: php laradock-cli app:build --build-version=${{ steps.get_tag.outputs.VERSION }}
28-
27+
run: php laradock-cli app:build --build-version=${{ steps.get_tag.outputs.VERSION }}
28+
2929
- uses: AButler/upload-release-assets@v2.0
3030
with:
31-
files: '/home/runner/work/laradock-cli/laradock-cli/builds/laradock-cli'
31+
files: ./builds/laradock-cli
3232
repo-token: ${{ secrets.GITHUB_TOKEN }}
3333
release-tag: ${GITHUB_REF}

0 commit comments

Comments
 (0)