Skip to content

Commit

Permalink
update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
skanwal committed Jan 7, 2025
1 parent 4d666c8 commit 8b664ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-receive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b664ab

Please sign in to comment.