We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd8fb0a + 9928ea0 commit e9a7d8bCopy full SHA for e9a7d8b
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
mkdir -p build
61
echo "executing: go-msi make --msi $PWD/ntt.msi --out $PWD/build --version ${GITHUB_REF#refs/tags/}"
62
go-msi make --msi "$PWD/ntt.msi" --out "$PWD/build" --version "${GITHUB_REF#refs/tags/}"
63
- printf "::set-output name=msi::%s\n" *.msi
+ printf "msi=%s\n" *.msi >> "$GITHUB_OUTPUT"
64
- name: Upload MSI
65
run: |
66
$env:PATH += ";C:\hub\bin"
0 commit comments