Skip to content

Commit

Permalink
- Add back merge-multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Dec 31, 2024
1 parent 13bb9f9 commit 01c061d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
path: build-artifact
path: build-artifacts
pattern: build-artifact-*
merge-multiple: true

- name: Get tag info
id: tag_info
Expand All @@ -129,7 +130,7 @@ jobs:
prerelease: false
body: ${{ github.event.head_commit.message }}
files: |
build-artifact/OpenDirectoryDownloader-*.zip
build-artifacts/OpenDirectoryDownloader-*.zip

docker:
Expand Down

0 comments on commit 01c061d

Please sign in to comment.