-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using MSI now and not exe for choco Signed-off-by: Sergio Rua <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |