diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index eb1afe0..e37c4e7 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -519,7 +519,7 @@ jobs: PUBLISHER_INITIAL: c PACKAGE_ID: CryptographicTriangles.TrianglesQt PACKAGE_SHORT: TrianglesQt - INSTALLER_URL: https://github.com/SamiAhmed7777/triangles_v5/releases/download/v${VERSION}/Cryptographic-Triangles-${VERSION}-win-x64-setup.exe + INSTALLER_URL: https://github.com/SamiAhmed7777/triangles_v5/releases/download/v${{ env.VERSION }}/Cryptographic-Triangles-${{ env.VERSION }}-win-x64-setup.exe run: | set -e # Install gh + jq if missing @@ -575,7 +575,7 @@ jobs: SCHEMA_BASE="https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v1.12.0" cat > "$MANIFEST_DIR/${PACKAGE_ID}.yaml" < "$MANIFEST_DIR/${PACKAGE_ID}.locale.en-US.yaml" < "$MANIFEST_DIR/${PACKAGE_ID}.installer.yaml" <