Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascdev committed Oct 10, 2023
1 parent b820ee4 commit 8c031ed
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,19 @@ jobs:
uses: actions/download-artifact@v3
with:
name: 'hasherino-windows'
path: 'hasherino-windows.exe'
path: 'artifacts'

- name: Download linux artifact
id: windows
uses: actions/download-artifact@v3
with:
name: 'hasherino-linux'
path: 'hasherino-linux'
path: 'artifacts'

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
files: |
${{steps.linux.outputs.download-path}}
${{steps.windows.outputs.download-path}}
artifacts/*

0 comments on commit 8c031ed

Please sign in to comment.