Skip to content

Commit 9df0f15

Browse files
authored
hey maybe this will fix it? idk lol
1 parent 02d44f9 commit 9df0f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: go get github.com/markbates/pkger/cmd/pkger
2929

3030
- name: Repackage Assets
31-
run: pkger && mv pkged.go ./cmd/install/pkged.go && sed 's/install/main/' ./cmd/install/pkged.go | tee ./cmd/install/pkged.go
31+
run: "pkger && mv pkged.go ./cmd/install/pkged.go && sed 's/install/main/' ./cmd/install/pkged.go | tee ./cmd/install/pkged.go"
3232

3333
- name: Commit Changes
3434
uses: EndBug/add-and-commit@v4.4.0

0 commit comments

Comments
 (0)