Skip to content

Commit

Permalink
Merge pull request #3 from tekktrik/dev/update-ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
tekktrik committed Jan 29, 2023
2 parents 7b3861c + 69b6d23 commit 3c3017d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
The name for the CircuitPython repo. The default is 'circuitpython-repo',
and there typically isn't any reason to change this unless it conflicts
with an existing folder name in your repository.
required: truehttps://github.com/adafruit/Adafruit_CircuitPython_turtle/pull/31
required: true
default: 'circuitpython-repo'
mpy-directory:
description: >
Expand Down Expand Up @@ -191,10 +191,11 @@ runs:
rm $file
done
- name: Upload ZIP file to release
uses: csexton/release-asset-action@master
uses: shogo82148/actions-upload-release-asset@v1
with:
file: ${{ inputs.zip-filename }}
github-token: ${{ inputs.github-token }}
asset_path: ${{ inputs.zip-filename }}
github_token: ${{ inputs.github-token }}
upload_url: ${{ github.event.release.upload_url }}
- name: Delete ZIP file
shell: bash
run: |
Expand Down

0 comments on commit 3c3017d

Please sign in to comment.