Skip to content

Commit

Permalink
ci: Append go version to the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Sep 7, 2020
1 parent efee06d commit 8fb5696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
with:
name: check_by_winrm
name: check_by_winrm-go${{ matrix.go }}
path: build

0 comments on commit 8fb5696

Please sign in to comment.