Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbreuninger authored Nov 12, 2024
1 parent f665790 commit 8f0d2ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,11 @@ jobs:
const msiZipSigPath = `desktop/src-tauri/target/${{ matrix.settings.target }}/release/bundle/msi/${msiZipSigName}`
// prepare NSIS vars
const nsisName = `DevPod_${version}_x64-setup.exe`
const nsisPath = `desktop/src-tauri/target/${{ matrix.settings.target }}/release/bundle/nsis/${nsisName}`
const nsisZipName = `${nsisName}.zip`
const nsisName = `DevPod_${version}_x64-setup`
const nsisPath = `desktop/src-tauri/target/${{ matrix.settings.target }}/release/bundle/nsis/${nsisName}.exe`
const nsisZipName = `${nsisName}.nsis.zip`
const nsisZipPath = `desktop/src-tauri/target/${{ matrix.settings.target }}/release/bundle/nsis/${nsisZipName}`
const nsisZipSigName = `${nsisName}.zip.sig`
const nsisZipSigName = `${nsisName}.nsis.zip.sig`
const nsisZipSigPath = `desktop/src-tauri/target/${{ matrix.settings.target }}/release/bundle/nsis/${nsisZipSigName}`
const cliName = "devpod-windows-${{ matrix.settings.arch }}.exe"
Expand Down

0 comments on commit 8f0d2ad

Please sign in to comment.