Skip to content

Commit

Permalink
Merge pull request #35 from CptOfEvilMinions/initial-cicd
Browse files Browse the repository at this point in the history
Update build pipeline - 4
  • Loading branch information
CptOfEvilMinions authored Dec 28, 2021
2 parents f331fe7 + ebf71ea commit 878ea21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tagged-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
goos: ['linux']
goarch: ['amd64']
steps:
######################################## Checkout code ########################################
- name: Checkout code
uses: actions/checkout@v2

######################################## Download artifacts ########################################
# https://newbedev.com/getting-current-branch-and-commit-hash-in-github-action
- name: Declare GIT hash and branch
Expand Down

0 comments on commit 878ea21

Please sign in to comment.