From a9d18dbcaf157e0216c9c65a02e533bf949985e5 Mon Sep 17 00:00:00 2001 From: an-lee Date: Fri, 1 Mar 2024 17:54:12 +0800 Subject: [PATCH] update build action --- .github/workflows/build-enjoy-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-enjoy-app.yml b/.github/workflows/build-enjoy-app.yml index 64d114ba..69d19755 100644 --- a/.github/workflows/build-enjoy-app.yml +++ b/.github/workflows/build-enjoy-app.yml @@ -54,7 +54,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: Enjoy-${{ runner.os }}-${{ github.event.inputs.os == 'macos-14' && 'arm64' || 'x64' }}-build-${{ steps.current-time.outputs.formattedTime }} + name: Enjoy-${{ runner.os }}-${{ github.event.inputs.os == 'macos-14' && 'arm64' || 'x64' }}-build-${{ github.ref_name }}-${{ steps.current-time.outputs.formattedTime }} path: | enjoy/out/make/**/*.deb enjoy/out/make/**/*.rpm