Skip to content

Commit f4d3770

Browse files
authored
Update go.yml
1 parent be9e246 commit f4d3770

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
with:
3333
path: ./src/github.com/${{ github.repository }}
3434
- name: "Version Number"
35-
uses: pCYSl5EDgo/cat@master
36-
id: version
37-
with:
35+
uses: pCYSl5EDgo/cat@master
36+
id: version
37+
with:
3838
path: ./src/github.com/${{ github.repository }}/VERSION.txt
3939
- run: echo $TEXT
40-
env:
40+
env:
4141
TEXT: ${{ steps.version.outputs.text }}
4242
- name: Build
43-
run: cd ./src/github.com/${{ github.repository }} && bin/build
43+
run: cd ./src/github.com/${{ github.repository }} && bin/build
4444
- name: Archive
4545
uses: papeloto/action-zip@v1
4646
with:

0 commit comments

Comments
 (0)