From 6b0bccbb47e55c58037ae5b50908dd945d49c519 Mon Sep 17 00:00:00 2001 From: KoalaBear Date: Sun, 1 Dec 2024 14:53:46 +0100 Subject: [PATCH] - Overwrite --- .github/workflows/main.yml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05415c83..76b35633 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,32 +90,23 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' && matrix.self-contained == 'normal' }} uses: actions/upload-artifact@v4 with: - name: build-artifact-${{ matrix.target }}${{ matrix.suffix }}${{ matrix.self-contained }} + name: build-artifact-${{ matrix.target }} path: | OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip src/Dockerfile + overwrite: true - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: build-artifact-${{ matrix.target }}${{ matrix.suffix }}${{ matrix.self-contained }} + name: build-artifact-${{ matrix.target }} path: | OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip + overwrite: true - - # Merge native executables into the same directory - merge: - runs-on: ubuntu-latest - needs: [ build ] - steps: - - name: Merge Artifacts - uses: actions/upload-artifact/merge@v4 - with: - name: artifacts - pattern: artifacts-* release: - needs: merge + needs: build runs-on: ubuntu-latest steps: