From b6a587889896f785d1e6d2407a373d052d03bc53 Mon Sep 17 00:00:00 2001 From: KoalaBear Date: Tue, 31 Dec 2024 17:38:46 +0100 Subject: [PATCH] - Remove merge, use path in actions/download-artifact@v4 --- .github/workflows/main.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 130d5f87..0c73b5e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,18 +104,8 @@ jobs: OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip overwrite: true - merge: - runs-on: ubuntu-latest - needs: [ build ] - steps: - - name: Merge Artifacts - uses: actions/upload-artifact/merge@v4 - with: - name: build-artifact - pattern: build-artifact-* - release: - needs: [ merge ] + needs: [ build ] runs-on: ubuntu-latest steps: @@ -124,7 +114,6 @@ jobs: with: path: build-artifact pattern: build-artifact-* - merge-multiple: true - name: Get tag info id: tag_info @@ -140,7 +129,7 @@ jobs: prerelease: false body: ${{ github.event.head_commit.message }} files: | - OpenDirectoryDownloader-*.zip + build-artifact/OpenDirectoryDownloader-*.zip docker: