Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
use new pwsh GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatTheBlock committed Dec 12, 2023
1 parent fc07c40 commit f11c17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
& scripts\windows-publish.ps1 ${env:archiveName} ${env:targetName}
$name = ${env:archiveName}
echo "::set-output name=packageName::$name"
echo "packageName=$name" >> $env:GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
with:
name: ${{ steps.package.outputs.packageName }}
Expand Down

0 comments on commit f11c17a

Please sign in to comment.