mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-13 05:07:23 +08:00
rename job and artifect name for easytier-gui workflow
This commit is contained in:
6
.github/workflows/gui.yml
vendored
6
.github/workflows/gui.yml
vendored
@@ -25,7 +25,7 @@ defaults:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-gui:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -236,7 +236,7 @@ jobs:
|
|||||||
- name: Archive artifact
|
- name: Archive artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: easytier-${{ matrix.OS }}-${{ matrix.TARGET }}
|
name: easytier-gui-${{ matrix.OS }}-${{ matrix.TARGET }}
|
||||||
path: |
|
path: |
|
||||||
./artifacts/*
|
./artifacts/*
|
||||||
|
|
||||||
@@ -249,6 +249,6 @@ jobs:
|
|||||||
endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }}
|
endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }}
|
||||||
bucket: ${{ secrets.ALIYUN_OSS_BUCKET }}
|
bucket: ${{ secrets.ALIYUN_OSS_BUCKET }}
|
||||||
local-path: ./artifacts/
|
local-path: ./artifacts/
|
||||||
remote-path: /easytier-releases/${{ github.sha }}/
|
remote-path: /easytier-releases/${{ github.sha }}/gui
|
||||||
no-delete-remote-files: true
|
no-delete-remote-files: true
|
||||||
retry: 5
|
retry: 5
|
||||||
Reference in New Issue
Block a user