Skip to content

Commit

Permalink
chore: rename build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Rylatt committed Apr 4, 2023
1 parent 7f55582 commit 2670efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
GOPATH: ${{ github.workspace }}/go
run: go build -v .

- name: Archive Binary
- name: Archive binary
uses: actions/upload-artifact@v3
with:
name: envoy-preflight
Expand All @@ -51,7 +51,7 @@ jobs:
permissions:
contents: write
steps:
- name: Download a single artifact
- name: Fetch binary
uses: actions/download-artifact@v3
with:
name: envoy-preflight
Expand Down

0 comments on commit 2670efe

Please sign in to comment.