Skip to content

Commit

Permalink
not sure why it's not finding the artifact...
Browse files Browse the repository at this point in the history
  • Loading branch information
lornest committed Sep 9, 2023
1 parent a8969e3 commit 08c3106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/server-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
run: go test ./...

- name: Build server
run: go build -o digits-server ./...
run: go build -o digits ./...

- name: Upload binary artifact
uses: actions/upload-artifact@v3
with:
name: digits-server
path: ./digits-server
name: digits
path: digits

- name: list
run: ls -la

0 comments on commit 08c3106

Please sign in to comment.