Skip to content

Commit

Permalink
Specify where to download the artifacts to
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed May 14, 2024
1 parent 9a8465a commit 695a915
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
uses : actions/checkout@v4
- name : Fetch build artifacts
uses: actions/download-artifact@v4
with:
name: webhook-build-artifacts-${{ matrix.os }}
path: ./dist/artifacts
- name : Debug
run : ls -R ./dist/artifacts
- name: Set up Docker Buildx
Expand Down

0 comments on commit 695a915

Please sign in to comment.