Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Using MSI now and not exe for choco

Signed-off-by: Sergio Rua <[email protected]>
  • Loading branch information
digiserg authored Sep 26, 2024
1 parent fe1ba45 commit 30b49b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
# Get the sha256sum
SHA_AMD=$(curl -sfL ${GITHUB_URL}/v${VERSION}/AxonOps.Workbench-${VERSION}-win-x64.exe.sha256sum | awk '{print $1}')
SHA_AMD=$(curl -sfL ${GITHUB_URL}/v${VERSION}/AxonOps.Workbench-${VERSION}-win-x64.msi.sha256sum | awk '{print $1}')
# Update versions
cp $TEMPLATE $CONFIG_FILE
sed -i "s/%SHA_AMD%/$SHA_AMD/g" $CONFIG_FILE
Expand Down Expand Up @@ -456,4 +456,4 @@ jobs:
curl -sLO "https://github.com/axonops/axonops-workbench-cassandra/releases/download/v$VERSION/AxonOps.Workbench-$VERSION-linux-${arch}.rpm"
gcloud config set project axonops-public
gcloud artifacts yum upload axonops-yum-${env.REPO_SUFFIX} --location=europe --source=AxonOps.Workbench-$VERSION-linux-${arch}.rpm
done
done

0 comments on commit 30b49b9

Please sign in to comment.