File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ inputs:
2020 The name for the CircuitPython repo. The default is 'circuitpython-repo',
2121 and there typically isn't any reason to change this unless it conflicts
2222 with an existing folder name in your repository.
23- required : truehttps://github.com/adafruit/Adafruit_CircuitPython_turtle/pull/31
23+ required : true
2424 default : ' circuitpython-repo'
2525 mpy-directory :
2626 description : >
@@ -191,10 +191,11 @@ runs:
191191 rm $file
192192 done
193193 - name : Upload ZIP file to release
194- uses : csexton/ release-asset-action@master
194+ uses : shogo82148/actions-upload- release-asset@v1
195195 with :
196- file : ${{ inputs.zip-filename }}
197- github-token : ${{ inputs.github-token }}
196+ asset_path : ${{ inputs.zip-filename }}
197+ github_token : ${{ inputs.github-token }}
198+ upload_url : ${{ github.event.release.upload_url }}
198199 - name : Delete ZIP file
199200 shell : bash
200201 run : |
You can’t perform that action at this time.
0 commit comments