Skip to content

Commit

Permalink
timing might be off? trying ls first
Browse files Browse the repository at this point in the history
  • Loading branch information
lornest committed Sep 9, 2023
1 parent 08c3106 commit b651f38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/server-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
- name: Build server
run: go build -o digits ./...

- name: list
run: ls -la

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

- name: list
run: ls -la

0 comments on commit b651f38

Please sign in to comment.