Skip to content

Commit

Permalink
fix: windows split release-build version
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Aug 28, 2024
1 parent a18a43d commit e2791fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@ jobs:
password: ${{secrets.ES_PASSWORD}}
credential_id: ${{secrets.ES_CREDENTIAL_ID}}
totp_secret: ${{secrets.ES_TOTP_SECRET}}
file_path: packages/insomnia/dist/squirrel-windows/Insomnia.Core-${{ env.INSO_VERSION }}.exe
file_path: packages/insomnia/dist/squirrel-windows/Insomnia.Core-$env:VERSION.exe
override: true
env:
VERSION: ${{ env.INSO_VERSION }}

- name: Package inso
run: |
Expand Down

0 comments on commit e2791fb

Please sign in to comment.