Skip to content

Commit 82427ab

Browse files
authored
pls
1 parent a0fe3d7 commit 82427ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
type: string
1010
flags:
11-
description: "flags to compile with"
11+
description: "flags to configure with"
1212
default: ""
1313
required: false
1414
type: string
@@ -58,7 +58,7 @@ jobs:
5858
run: echo "NOW=$(date +'%s')" >> $GITHUB_ENV
5959

6060
- 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
61+
uses: softprops/action-gh-release@v2
62+
with:
63+
files: ${WF_ZIPFILE}
64+
repository: TbhLovers/PythonBuilds

0 commit comments

Comments
 (0)