Skip to content

Commit

Permalink
ci(release): Update artifact paths for multiple ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiWo committed Jun 28, 2023
1 parent abd1ad2 commit f813f99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ jobs:
generate_release_notes: true
fail_on_unmatched_files: true
files: |
/tmp/artifacts/ubuntu-latest/eth-duties-${{ steps.get_version.outputs.VERSION }}-ubuntu2204-amd64.tar.gz
/tmp/artifacts/ubuntu-latest/eth-duties-${{ steps.get_version.outputs.VERSION }}-ubuntu2204-amd64.sha256
/tmp/artifacts/ubuntu-latest/eth-duties-${{ steps.get_version.outputs.VERSION }}-ubuntu2004-amd64.tar.gz
/tmp/artifacts/ubuntu-latest/eth-duties-${{ steps.get_version.outputs.VERSION }}-ubuntu2004-amd64.sha256
/tmp/artifacts/ubuntu-22.04/eth-duties-${{ steps.get_version.outputs.VERSION }}-ubuntu2204-amd64.tar.gz
/tmp/artifacts/ubuntu-22.04/eth-duties-${{ steps.get_version.outputs.VERSION }}-ubuntu2204-amd64.sha256
/tmp/artifacts/ubuntu-20.04/eth-duties-${{ steps.get_version.outputs.VERSION }}-ubuntu2004-amd64.tar.gz
/tmp/artifacts/ubuntu-20.04/eth-duties-${{ steps.get_version.outputs.VERSION }}-ubuntu2004-amd64.sha256
/tmp/artifacts/macos-latest/eth-duties-${{ steps.get_version.outputs.VERSION }}-darwin-amd64.tar.gz
/tmp/artifacts/macos-latest/eth-duties-${{ steps.get_version.outputs.VERSION }}-darwin-amd64.sha256
/tmp/artifacts/windows-latest/eth-duties-${{ steps.get_version.outputs.VERSION }}-windows-amd64.tar.gz
Expand Down

0 comments on commit f813f99

Please sign in to comment.