Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jan 10, 2025
1 parent 3da0b13 commit 26d22c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
id: package_version
run: | # deprecated
$version = node -p "require('./package.json').version"
echo "VERSION=$version" >> $GITHUB_OUTPUT
echo "VERSION=$version" >> $env:GITHUB_OUTPUT
- name: Install WiX Toolset
run: |
Expand All @@ -145,7 +145,7 @@ jobs:
id: new_guid
run: | # deprecated
$guid = [guid]::NewGuid().ToString().ToUpper()
echo "NewGUID=$guid" >> $GITHUB_OUTPUT
echo "NewGUID=$guid" >> $env:GITHUB_OUTPUT
- name: Update .wxs file with new Product Id
run: |
echo "GUID: ${{ steps.new_guid.outputs.NewGUID }}"
Expand Down

0 comments on commit 26d22c8

Please sign in to comment.