Skip to content

Bumps RD-Networking from v1.2.6 to v1.2.7 #312

Bumps RD-Networking from v1.2.6 to v1.2.7

Bumps RD-Networking from v1.2.6 to v1.2.7 #312

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Build
on:
- push
- pull_request
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
- name: Determine VERSION_ID
run: |
tag="$(git describe --tag --abbrev=0)"
echo "VERSION_ID=${tag#v}" >> $GITHUB_ENV
- run: make distro.tar
env:
BUILD_ID: ${{ github.sha }}
- uses: actions/upload-artifact@v2
with:
name: distro
path: distro.tar