Skip to content

Commit

Permalink
Use upper letters for local variables in PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsarasX committed Jun 5, 2022
1 parent 6c21941 commit 93ff91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Rename Artifacts
run: |
"${{ github.ref_name }}" -match "\d+\.\d+\.\d+"
$llvm_version = $matches[0]
mv build/LLVM-$llvm_version-win64.zip build/llvm-$llvm_version-${{ matrix.os }}.zip
$LLVM_VERSION = $matches[0]
mv build/LLVM-$LLVM_VERSION-win64.zip build/llvm-$LLVM_VERSION-${{ matrix.os }}.zip
- name: Create Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 93ff91a

Please sign in to comment.