Files
plugin-drone-scp/.github/workflows/binary.yml
T
2022-12-29 16:08:32 +08:00

25 lines
385 B
YAML

name: Release Binary
on:
push:
branches:
- master
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
container: techknowlogick/xgo:go-1.19.x
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
# - name: Release binary
# run: |
# ls -al
# make release