Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jan 14, 2023
1 parent 9aa08ca commit 5254c20
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,18 @@ Example Usage
steps:
# Checkout code
- name: Checkout this Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
# Runs a rmskin packager action
- name: Run Build action
id: builder
uses: 2bndy5/[email protected].6
uses: 2bndy5/[email protected].8
# Upload the asset (using the output from the `builder` step)
- name: Upload Release Asset
if: github.event_name == 'release'
uses: csexton/release-asset-action@master
uses: shogo82148/actions-upload-release-asset@v1
with:
file: "${{ steps.builder.outputs.arc_name }}"
github-token: ${{ secrets.GITHUB_TOKEN }}
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ steps.builder.outputs.arc_name }}
asset_content_type: application/zip

0 comments on commit 5254c20

Please sign in to comment.