Skip to content

Commit 64b704b

Browse files
committed
bak
1 parent 1f9dbe5 commit 64b704b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
needs: build_and_push
6161
runs-on: ubuntu-latest
6262
permissions:
63-
contents: write # Required to create a release
63+
contents: write
6464
steps:
6565
- name: Download all artifacts
6666
uses: actions/download-artifact@v4
6767
with:
68-
path: artifacts/ # Download all artifacts to this directory
68+
path: artifacts/
6969

7070
- name: Create Draft Release and Upload Assets
7171
uses: softprops/action-gh-release@v2
@@ -77,4 +77,4 @@ jobs:
7777
draft: true
7878
prerelease: false
7979
files: |
80-
artifacts/*/*
80+
artifacts/**

0 commit comments

Comments
 (0)