We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d35d6f commit 670367fCopy full SHA for 670367f
.github/workflows/build.yml
@@ -206,7 +206,7 @@ jobs:
206
publish:
207
timeout-minutes: 60
208
runs-on: ubuntu-latest
209
- needs: [ build-and-test, inspect-code, cleanup-code ]
+ needs: [ build-and-test ]
210
if: ${{ !github.event.pull_request.head.repo.fork }}
211
permissions:
212
packages: write
@@ -216,6 +216,10 @@ jobs:
216
uses: smorimoto/tune-github-hosted-runner-network@v1
217
- name: Download artifacts
218
uses: actions/download-artifact@v5
219
+
220
+ - name: List downloaded artefacts
221
+ run: ls -al /home/runner/work/JsonApiDotNetCore.MongoDb/JsonApiDotNetCore.MongoDb
222
223
- name: Publish to GitHub Packages
224
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
225
run: |
0 commit comments