Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tlentz authored Aug 4, 2020
1 parent be9e246 commit f4d3770
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
with:
path: ./src/github.com/${{ github.repository }}
- name: "Version Number"
uses: pCYSl5EDgo/cat@master
id: version
with:
uses: pCYSl5EDgo/cat@master
id: version
with:
path: ./src/github.com/${{ github.repository }}/VERSION.txt
- run: echo $TEXT
env:
env:
TEXT: ${{ steps.version.outputs.text }}
- name: Build
run: cd ./src/github.com/${{ github.repository }} && bin/build
run: cd ./src/github.com/${{ github.repository }} && bin/build
- name: Archive
uses: papeloto/action-zip@v1
with:
Expand Down

0 comments on commit f4d3770

Please sign in to comment.