Skip to content

Commit e9a7d8b

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents dd8fb0a + 9928ea0 commit e9a7d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
mkdir -p build
6161
echo "executing: go-msi make --msi $PWD/ntt.msi --out $PWD/build --version ${GITHUB_REF#refs/tags/}"
6262
go-msi make --msi "$PWD/ntt.msi" --out "$PWD/build" --version "${GITHUB_REF#refs/tags/}"
63-
printf "::set-output name=msi::%s\n" *.msi
63+
printf "msi=%s\n" *.msi >> "$GITHUB_OUTPUT"
6464
- name: Upload MSI
6565
run: |
6666
$env:PATH += ";C:\hub\bin"

0 commit comments

Comments
 (0)