Skip to content

Commit 670367f

Browse files
committed
List downloaded files
1 parent 4d35d6f commit 670367f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
publish:
207207
timeout-minutes: 60
208208
runs-on: ubuntu-latest
209-
needs: [ build-and-test, inspect-code, cleanup-code ]
209+
needs: [ build-and-test ]
210210
if: ${{ !github.event.pull_request.head.repo.fork }}
211211
permissions:
212212
packages: write
@@ -216,6 +216,10 @@ jobs:
216216
uses: smorimoto/tune-github-hosted-runner-network@v1
217217
- name: Download artifacts
218218
uses: actions/download-artifact@v5
219+
220+
- name: List downloaded artefacts
221+
run: ls -al /home/runner/work/JsonApiDotNetCore.MongoDb/JsonApiDotNetCore.MongoDb
222+
219223
- name: Publish to GitHub Packages
220224
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
221225
run: |

0 commit comments

Comments
 (0)