We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854fddf commit d852c49Copy full SHA for d852c49
.github/workflows/upload-artifacts.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
19
+ with:
20
+ ref: ${{ github.ref_name }}
21
22
- name: Install Nix with good defaults
23
uses: input-output-hk/install-nix-action@v20
0 commit comments