Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyashtrikul committed Oct 26, 2020
1 parent bd31d36 commit ecf0561
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
- name: Upload linux artifact
uses: actions/upload-artifact@v1
with:
name: mga_linux_amd64.tar.gz
path: plz-out/gen/mga_linux_amd64.tar.gz
name: lego_linux_amd64.tar.gz
path: plz-out/gen/lego_linux_amd64.tar.gz

- name: Upload darwin artifact
uses: actions/upload-artifact@v1
with:
name: mga_darwin_amd64.tar.gz
path: plz-out/gen/mga_darwin_amd64.tar.gz
name: lego_darwin_amd64.tar.gz
path: plz-out/gen/lego_darwin_amd64.tar.gz

- name: Upload checksums
uses: actions/upload-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_repo(
name = "pleasings2",
repo = "sagikazarmark/mypleasings",
revision = "master",
revision = "f8a12721c6f929db3e227e07c152d428ac47ab1b",
)

subinclude("///pleasings2//go")
Expand Down

0 comments on commit ecf0561

Please sign in to comment.