Skip to content

Commit

Permalink
adding ls to see directory contents
Browse files Browse the repository at this point in the history
  • Loading branch information
lornest committed Sep 9, 2023
1 parent 00184f2 commit a8969e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/server-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
run: go build -o digits-server ./...

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

- name: list
run: ls -la

0 comments on commit a8969e3

Please sign in to comment.