From 8b664abb6653e82db913c7a8e76f78e819206082 Mon Sep 17 00:00:00 2001 From: Sehrish Date: Tue, 7 Jan 2025 13:12:39 +1100 Subject: [PATCH] update config file --- .github/workflows/pr-receive.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-receive.yaml b/.github/workflows/pr-receive.yaml index 7fbff6cdd..b2ec2bf4a 100755 --- a/.github/workflows/pr-receive.yaml +++ b/.github/workflows/pr-receive.yaml @@ -109,21 +109,21 @@ jobs: - name: "Upload PR" uses: actions/upload-artifact@v4 with: - name: pr + name: pr-${{ github.run_id }} path: ${{ env.PR }} overwrite: true - name: "Upload Diff" uses: actions/upload-artifact@v4 with: - name: diff + name: diff-${{ github.run_id }} path: ${{ env.CHIVE }} retention-days: 1 - name: "Upload Build" uses: actions/upload-artifact@v4 with: - name: built + name: built-${{ github.run_id }} path: ${{ env.MD }} retention-days: 1