Skip to content

Commit

Permalink
Upload binary from GitHub Actions run
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMa committed Jan 7, 2021
1 parent 4af666e commit 7a26dc3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Build and Test

on:
push:
branches: [ master ]
branches:
- master
- devel
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -31,3 +33,9 @@ jobs:

- name: Test
run: make test --always-make

- name: Upload binary
uses: actions/upload-artifact@v2
with:
name: nomad-driver-nspawn
path: nomad-driver-nspawn

0 comments on commit 7a26dc3

Please sign in to comment.