Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed Jul 8, 2024
2 parents dd8fb0a + 9928ea0 commit e9a7d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
mkdir -p build
echo "executing: go-msi make --msi $PWD/ntt.msi --out $PWD/build --version ${GITHUB_REF#refs/tags/}"
go-msi make --msi "$PWD/ntt.msi" --out "$PWD/build" --version "${GITHUB_REF#refs/tags/}"
printf "::set-output name=msi::%s\n" *.msi
printf "msi=%s\n" *.msi >> "$GITHUB_OUTPUT"
- name: Upload MSI
run: |
$env:PATH += ";C:\hub\bin"
Expand Down

0 comments on commit e9a7d8b

Please sign in to comment.