We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001dc05 commit 2a50872Copy full SHA for 2a50872
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Upload build artifacts to server
73
run: node scripts/uploader.js --dir=dist
74
env:
75
- UPLOAD_URL: ${{ secrets.UPLOAD_URL }}
+ UPLOAD_URL: ${{ secrets.SITE_URL }}
76
UPLOAD_API_KEY: ${{ secrets.UPLOAD_API_KEY }}
77
78
- name: Upload .exe files
0 commit comments