Files
kubeshark/.github/workflows/main.yml
2021-06-08 14:54:13 +03:00

17 lines
320 B
YAML

name: Release
on:
push:
branches:
- my-temp-release-check
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GH Release
uses: softprops/action-gh-release@v0.1.5
with:
name: ${GITHUB_SHA}
files: |
- cli/bin/**