Skip to content

Commit 3c3017d

Browse files
authored
Merge pull request #3 from tekktrik/dev/update-ci
Update CI
2 parents 7b3861c + 69b6d23 commit 3c3017d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

action.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)