adrianolaselva / action-build-and-upload-binary

Implementation github actions for build and upload binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Upload Application Binary" Action for GitHub Actions

Upload application in Github.

Usage

name: example
on: [push]

jobs:
  hello_world_job:
    runs-on: ubuntu-latest
    name: A job to say hello
    steps:
      - name: Hello world action step
        uses: action-build-and-upload-binary@master
        env:
          API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} 
          OWNER: adrianolaselva
          REPOSITORY: repository-name
          TAG: '0.0.1'

About

Implementation github actions for build and upload binary


Languages

Language:Go 87.7%Language:Dockerfile 12.3%