Skip to content

Commit bef3170

Browse files
committed
Put aws-source where it is expected to avoid git dirtiness issues with goreleaser
1 parent 87dbe36 commit bef3170

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/actions/go_init/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ runs:
77
- name: Set up Go
88
uses: actions/setup-go@v4
99

10-
- name: Reset sources
11-
shell: bash
12-
run: rm -Rf sources/
13-
1410
- name: Checkout
1511
uses: actions/checkout@v3
1612
with:
1713
repository: overmindtech/aws-source
18-
path: sources/aws-source
14+
path: ./aws-source
15+
16+
- name: Move sources in place
17+
shell: bash
18+
run: mv aws-source ..
1919

2020
- name: Go Generate
2121
shell: bash

0 commit comments

Comments
 (0)