We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fe3d7 commit 82427abCopy full SHA for 82427ab
.github/workflows/build.yaml
@@ -8,7 +8,7 @@ on:
8
required: true
9
type: string
10
flags:
11
- description: "flags to compile with"
+ description: "flags to configure with"
12
default: ""
13
required: false
14
@@ -58,7 +58,7 @@ jobs:
58
run: echo "NOW=$(date +'%s')" >> $GITHUB_ENV
59
60
- name: upload
61
- env:
62
- GITHUB_TOKEN: ${{ github.TOKEN }}
63
- run: |
64
- gh release upload ${{ github.event.inputs.py_commit }}-$NOW ${WF_ZIPFILE} -R TbhLovers/PythonBuilds
+ uses: softprops/action-gh-release@v2
+ with:
+ files: ${WF_ZIPFILE}
+ repository: TbhLovers/PythonBuilds
0 commit comments