Skip to content

Commit

Permalink
debug artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Muirrum committed Oct 24, 2023
1 parent 0ae0734 commit 22866ef
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 @@ -25,7 +25,7 @@ jobs:
run: go build -v ./...

- name: Package
run: tar czvf hkgi.tar.gz hkgi data migrations
run: go build && tar czvf hkgi.tar.gz hkgi data migrations

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

0 comments on commit 22866ef

Please sign in to comment.