Skip to content

Commit

Permalink
add some debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 22, 2023
1 parent 4999bc8 commit b1ab304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
run: |
make snapshot
mv dist/crs_linux_amd64_v1 dist/crs_linux_amd64
tree dist
# publish
- name: publish
Expand All @@ -74,6 +75,8 @@ jobs:
GITHUB_REF: ${{ github.ref }}
run: |
make publish
mv dist/crs_linux_amd64_v1 dist/crs_linux_amd64
tree dist
# artifacts
- name: artifact_linux
Expand Down

0 comments on commit b1ab304

Please sign in to comment.