Skip to content

Commit d852c49

Browse files
committed
Use github.ref_name for checkout
1 parent 854fddf commit d852c49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/upload-artifacts.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19+
with:
20+
ref: ${{ github.ref_name }}
1921

2022
- name: Install Nix with good defaults
2123
uses: input-output-hk/install-nix-action@v20

0 commit comments

Comments
 (0)