mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-26 16:24:54 +00:00
👷 Replace cli/bin/
with bin/
in release.yml
This commit is contained in:
parent
8837afe7e1
commit
de728840f0
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -48,17 +48,17 @@ jobs:
|
|||||||
- name: Log the version into a .txt file
|
- name: Log the version into a .txt file
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo '${{ steps.versioning.outputs.version }}' >> cli/bin/version.txt
|
echo '${{ steps.versioning.outputs.version }}' >> bin/version.txt
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
artifacts: "cli/bin/*"
|
artifacts: "bin/*"
|
||||||
commit: ${{ steps.version_parameters.outputs.branch }}
|
commit: ${{ steps.version_parameters.outputs.branch }}
|
||||||
tag: ${{ steps.versioning.outputs.version }}
|
tag: ${{ steps.versioning.outputs.version }}
|
||||||
prerelease: ${{ github.ref != 'refs/heads/main' }}
|
prerelease: ${{ github.ref != 'refs/heads/main' }}
|
||||||
bodyFile: 'cli/bin/README.md'
|
bodyFile: 'bin/README.md'
|
||||||
|
|
||||||
goreleaser:
|
goreleaser:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user