Skip to content

Commit

Permalink
fix action step name
Browse files Browse the repository at this point in the history
  • Loading branch information
missdeer committed Nov 9, 2023
1 parent 68b6a91 commit 914fc93
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 @@ -37,7 +37,7 @@ jobs:
env GOOS=dragonfly GOARCH=amd64 go build -o dragonfly-amd64/getnovel -ldflags="-s -w" .
cp -r preset dragonfly-amd64/
- name: Upload artifact getnovel-darwin-amd64
- name: Upload artifact getnovel-darwin-universal
uses: actions/[email protected]
with:
name: getnovel-darwin-universal
Expand Down

0 comments on commit 914fc93

Please sign in to comment.