Skip to content

Commit

Permalink
try2
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Feb 25, 2024
1 parent 356d39c commit 99bf5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: new_guid
run: | # deprecated
$guid = [guid]::NewGuid().ToString().ToUpper()
run: echo "::set-output name=NewGUID::$guid"
echo "::set-output name=NewGUID::$guid"
# echo "NewGUID=$guid" >> $GITHUB_ENV
- name: Update .wxs file with new Product Id
run: |
Expand Down

0 comments on commit 99bf5e9

Please sign in to comment.