From 56e24604946fdf8ea0c46e67a636606142464503 Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Mon, 6 May 2024 16:10:31 +0800 Subject: [PATCH] Update pull_request.yml --- .github/workflows/pull_request.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 39359d0..e7d12d1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -56,16 +56,15 @@ jobs: arch: arm64 steps: - uses: actions/checkout@v4 - with: - fetch-depth: 1 - name: setup-go 1.18 uses: actions/setup-go@v5 with: go-version: 1.18 + cache: false - name: set package name id: name run: | - output_name=nebula-console-${{ matrix.os }}-${{ matrix.arch }}-nightly + output_name=nebula-console-${{ matrix.os }}-${{ matrix.arch }}-pull_request if [ "${{ matrix.os }}" = "windows" ]; then output_name+='.exe' fi