Skip to content

Commit

Permalink
for package
Browse files Browse the repository at this point in the history
  • Loading branch information
jared2020 committed Dec 18, 2020
1 parent 6a5ccd9 commit 262e679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
archiveName: ${{ matrix.qt_ver }}-${{ matrix.qt_arch }}
shell: pwsh
run: |
& scripts\windows-publish.ps1 ${env.archiveName} ${env.targetName}
& scripts\windows-publish.ps1 ${env:archiveName}} ${env:targetName}
# 记录packageName给后续step
$name = ${env:archiveName}
echo "::set-output name=packageName::$name"
Expand All @@ -113,4 +113,4 @@ jobs:
file: ${{ steps.package.outputs.packageName }}.zip
asset_name: ${{ steps.package.outputs.packageName }}.zip
tag: ${{ github.ref }}
overwrite: true
overwrite: true

0 comments on commit 262e679

Please sign in to comment.