Add ls lr to see where is the artifactory
This commit is contained in:
9
.github/workflows/nightly.yml
vendored
9
.github/workflows/nightly.yml
vendored
@@ -17,7 +17,14 @@ jobs:
|
||||
go-version: '1.23'
|
||||
- name: build
|
||||
working-directory: ./src
|
||||
run: go build
|
||||
run: |
|
||||
go build
|
||||
ls -lR
|
||||
# - name: Upload artifacts
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: build-artifact
|
||||
|
||||
# nightly-tests:
|
||||
# runs-on: [ubuntu-latest, cloud]
|
||||
# steps:
|
||||
|
||||
Reference in New Issue
Block a user