mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
add debugging cmmands
This commit is contained in:
parent
31bb5be2ac
commit
7948786a18
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -170,6 +170,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- name: What's Happening Here
|
||||
run: pwd
|
||||
run: ls -R
|
||||
with:
|
||||
name:
|
||||
path: ./build/${{ matrix.goos }}-${{ matrix.goarch }}/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue