Skip to content

Commit 9d12c76

Browse files
authored
FUCK
1 parent 323464d commit 9d12c76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
zip -r ${WF_ZIPFILE} ${WF_BUILD_DIR}
6363
6464
- name: upload
65+
env:
66+
GH_TOKEN: ${{ github.token }}
6567
run: |
6668
gh release create ${RLNAME} -R TbhLovers/PythonBuilds --notes hi
6769
gh release upload ${RLNAME} ${WF_ZIPFILE} -R TbhLovers/PythonBuilds

0 commit comments

Comments
 (0)