Skip to content

Commit

Permalink
Update rest of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysawczuk committed Dec 24, 2022
1 parent 3a75f1b commit b50ce81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
asset_name: tmpl-${{ steps.tag.outputs.tag }}-linux-amd64
asset_content_type: application/octet-stream
- name: Upload build (linux, 386)
uses: actions/upload-release-asset@v1
uses: jimmysawczuk/actions/github/upload-release-asset@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -46,7 +46,7 @@ jobs:
asset_name: tmpl-${{ steps.tag.outputs.tag }}-linux-386
asset_content_type: application/octet-stream
- name: Upload build (darwin, amd64)
uses: actions/upload-release-asset@v1
uses: jimmysawczuk/actions/github/upload-release-asset@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit b50ce81

Please sign in to comment.