From ab0404bf6e974bfe856be8f335c13e753c54e055 Mon Sep 17 00:00:00 2001 From: "sijie.sun" Date: Fri, 10 May 2024 20:34:23 +0800 Subject: [PATCH] rename job and artifect name for easytier-gui workflow --- .github/workflows/gui.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gui.yml b/.github/workflows/gui.yml index f5b5dd34..796cfdaa 100644 --- a/.github/workflows/gui.yml +++ b/.github/workflows/gui.yml @@ -25,7 +25,7 @@ defaults: shell: bash jobs: - build: + build-gui: strategy: fail-fast: false matrix: @@ -236,7 +236,7 @@ jobs: - name: Archive artifact uses: actions/upload-artifact@v4 with: - name: easytier-${{ matrix.OS }}-${{ matrix.TARGET }} + name: easytier-gui-${{ matrix.OS }}-${{ matrix.TARGET }} path: | ./artifacts/* @@ -249,6 +249,6 @@ jobs: endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }} bucket: ${{ secrets.ALIYUN_OSS_BUCKET }} local-path: ./artifacts/ - remote-path: /easytier-releases/${{ github.sha }}/ + remote-path: /easytier-releases/${{ github.sha }}/gui no-delete-remote-files: true retry: 5 \ No newline at end of file