Skip to content

Commit

Permalink
Added the version for the publish installer
Browse files Browse the repository at this point in the history
The short_sha variables didn't persist between runs.
  • Loading branch information
maforget authored Sep 23, 2024
1 parent 208eb56 commit 7a15161
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Get short sha
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $env:GITHUB_OUTPUT

- name: Publish Winget manifest
uses: vedantmgoyal2009/winget-releaser@v2
with:
Expand Down

0 comments on commit 7a15161

Please sign in to comment.