Skip to content

Commit

Permalink
maybe this will fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentechy66 committed Sep 25, 2020
1 parent 1f17d07 commit 6c81cc1
Show file tree
Hide file tree
Showing 2 changed files 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 > ./cmd/install/pkged.go
run: pkger && mv pkged.go ./cmd/install/pkged.go && sed 's/install/main/' ./cmd/install/pkged.go | tee ./cmd/install/pkged.go

- name: Commit Changes
uses: EndBug/[email protected]
Expand Down
Empty file removed cmd/install/pkged.go
Empty file.

0 comments on commit 6c81cc1

Please sign in to comment.