Skip to content

Commit aafd059

Browse files
committed
Introduce '-' in package name
1 parent 220a30b commit aafd059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Create package name - Unix
2323
if: ${{ matrix.os != 'windows-latest' }}
2424
run: |
25-
echo "PACKAGE_NAME=vf-llvm-clang-build$(git describe --always)" >> $GITHUB_ENV
25+
echo "PACKAGE_NAME=vf-llvm-clang-build-$(git describe --always)" >> $GITHUB_ENV
2626
2727
- name: Create package name - Windows
2828
if: ${{ matrix.os == 'windows-latest' }}
2929
run: |
30-
echo "PACKAGE_NAME=vf-llvm-clang-build$(git describe --always)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
30+
echo "PACKAGE_NAME=vf-llvm-clang-build-$(git describe --always)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
3131
3232
- name: Install Ninja - Unix
3333
if: ${{ runner.os != 'windows-latest' }}

0 commit comments

Comments
 (0)