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 1f9dbe5 commit 64b704bCopy full SHA for 64b704b
.github/workflows/cd.yml
@@ -60,12 +60,12 @@ jobs:
60
needs: build_and_push
61
runs-on: ubuntu-latest
62
permissions:
63
- contents: write # Required to create a release
+ contents: write
64
steps:
65
- name: Download all artifacts
66
uses: actions/download-artifact@v4
67
with:
68
- path: artifacts/ # Download all artifacts to this directory
+ path: artifacts/
69
70
- name: Create Draft Release and Upload Assets
71
uses: softprops/action-gh-release@v2
@@ -77,4 +77,4 @@ jobs:
77
draft: true
78
prerelease: false
79
files: |
80
- artifacts/*/*
+ artifacts/**
0 commit comments