Skip to content

Commit

Permalink
enable artifact uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
Muirrum committed Oct 24, 2023
1 parent 42b8eeb commit 0ae0734
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ jobs:

- name: Build
run: go build -v ./...

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

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: hkgi.tar.gz
path: hkgi.tar.gz

0 comments on commit 0ae0734

Please sign in to comment.