Skip to content

Commit

Permalink
that's what she sed
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentechy66 authored Sep 25, 2020
1 parent 5851b9b commit 54e665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: go get github.com/markbates/pkger/cmd/pkger

- name: Repackage Assets
run: pkger && mv pkged.go ./cmd/install/pkged.go && sed 's/install/main' ./cmd/install/pkged.go
run: pkger && mv pkged.go ./cmd/install/pkged.go && sed 's/install/main/' ./cmd/install/pkged.go > ./cmd/install/pkged.go

- name: Commit Changes
uses: EndBug/[email protected]
Expand Down

0 comments on commit 54e665d

Please sign in to comment.