Skip to content

Update release.yml to work with v4 #2

Update release.yml to work with v4

Update release.yml to work with v4 #2

Workflow file for this run

name: "Release"
on:
push:
tags:
- v*
branches:
- v4
jobs:
draft-release:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Copy Binary
run: |
make build-reproducible-all
- name: List files
run: ls -R
- name: Draft Release
uses: softprops/action-gh-release@v1
with:
draft: true
files: |
build/bcnad_linux_arm64
build/bcnad_linux_amd64
build/bcnad_sha256.txt