Export variables

pull/565/merge
probonopd 2 days ago committed by GitHub
parent d7a955e193
commit 5bc489574d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/build.yml

@ -103,9 +103,9 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
run: |
set -ex
UPLOADTOOL_ISPRERELEASE=true
UPLOADTOOL_PR_BODY="This is a continuous build. Feedback is appreciated."
UPLOADTOOL_BODY="This is a continuous build. Feedback is appreciated."
export UPLOADTOOL_ISPRERELEASE=true
export UPLOADTOOL_PR_BODY="This is a continuous build. Feedback is appreciated."
export UPLOADTOOL_BODY="This is a continuous build. Feedback is appreciated."
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
bash ./upload.sh ./MiniDexed*.zip

Loading…
Cancel
Save