Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ld3 authored Sep 28, 2024
1 parent cfb95fb commit cb74a56
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:

- name: Get Git Tag Windows
id: tags_win
run: echo $tag = $env:GITHUB_REF -replace 'refs/tags/', ''
run: |
$tag = $env:GITHUB_REF -replace 'refs/tags/', ''
echo "::set-output name=tag::$tag"
shell: pwsh

- name: Install Qt6 dependencies for Windows
Expand Down Expand Up @@ -144,7 +146,9 @@ jobs:

- name: Get Git Tag Windows
id: tags_win
run: echo $tag = $env:GITHUB_REF -replace 'refs/tags/', ''
run: |
$tag = $env:GITHUB_REF -replace 'refs/tags/', ''
echo "::set-output name=tag::$tag"
shell: pwsh

- name: Download Linux Artifacts
Expand Down

0 comments on commit cb74a56

Please sign in to comment.