We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323464d commit 9d12c76Copy full SHA for 9d12c76
.github/workflows/build.yaml
@@ -62,6 +62,8 @@ jobs:
62
zip -r ${WF_ZIPFILE} ${WF_BUILD_DIR}
63
64
- name: upload
65
+ env:
66
+ GH_TOKEN: ${{ github.token }}
67
run: |
68
gh release create ${RLNAME} -R TbhLovers/PythonBuilds --notes hi
69
gh release upload ${RLNAME} ${WF_ZIPFILE} -R TbhLovers/PythonBuilds
0 commit comments