From 6113990b502d4461f5f3b3abc42f9c8dee456a2b Mon Sep 17 00:00:00 2001 From: Jin <22962980+JYC333@users.noreply.github.com> Date: Sat, 10 Aug 2024 21:12:58 +0200 Subject: [PATCH] fix name conflict --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77decf078..cdbd6ccd0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,11 +71,13 @@ jobs: with: name: TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }} path: upload/*.zip + overwrite: true - name: Publish installer artifacts uses: actions/upload-artifact@v4 with: name: TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }} path: upload/*.${{ matrix.os.extension }} + overwrite: true build_linux_server-x64: name: Build Linux Server x86_64 runs-on: ubuntu-latest @@ -102,4 +104,4 @@ jobs: with: name: TriliumNextNotes linux server x64 path: upload/TriliumNextNotes-linux-x64-${{ github.ref_name }}.tar.xz - compression-level: 0 \ No newline at end of file + overwrite: true