mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-16 14:16:45 +00:00
17 lines
320 B
YAML
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/**
|