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:
20
20
The name for the CircuitPython repo. The default is 'circuitpython-repo',
21
21
and there typically isn't any reason to change this unless it conflicts
22
22
with an existing folder name in your repository.
23
- required : truehttps://github.com/adafruit/Adafruit_CircuitPython_turtle/pull/31
23
+ required : true
24
24
default : ' circuitpython-repo'
25
25
mpy-directory :
26
26
description : >
@@ -191,10 +191,11 @@ runs:
191
191
rm $file
192
192
done
193
193
- name : Upload ZIP file to release
194
- uses : csexton/ release-asset-action@master
194
+ uses : shogo82148/actions-upload- release-asset@v1
195
195
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 }}
198
199
- name : Delete ZIP file
199
200
shell : bash
200
201
run : |
You can’t perform that action at this time.
0 commit comments