Skip to content

Commit

Permalink
Introduce '-' in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsMommen committed Nov 22, 2021
1 parent 220a30b commit aafd059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Create package name - Unix
if: ${{ matrix.os != 'windows-latest' }}
run: |
echo "PACKAGE_NAME=vf-llvm-clang-build$(git describe --always)" >> $GITHUB_ENV
echo "PACKAGE_NAME=vf-llvm-clang-build-$(git describe --always)" >> $GITHUB_ENV
- name: Create package name - Windows
if: ${{ matrix.os == 'windows-latest' }}
run: |
echo "PACKAGE_NAME=vf-llvm-clang-build$(git describe --always)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "PACKAGE_NAME=vf-llvm-clang-build-$(git describe --always)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Install Ninja - Unix
if: ${{ runner.os != 'windows-latest' }}
Expand Down

0 comments on commit aafd059

Please sign in to comment.