Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liverfail authored May 16, 2024
1 parent b618a6e commit 8fed6ec
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 @@ -22,7 +22,7 @@ jobs:
go-version: '1.21.9'

- name: Build
run: mkdir artifact && cp -r wordnet-dist artifact && go build -o artifact/username-generator -v ./... && GOOS=windows GOARCH=amd64 go build -o artifact/username-generator.exe -v ./...
run: mkdir artifact && cp -r wordnet-dict artifact && go build -o artifact/username-generator -v ./... && GOOS=windows GOARCH=amd64 go build -o artifact/username-generator.exe -v ./...

- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 8fed6ec

Please sign in to comment.