checkout the correct repository

This commit is contained in:
Armin Schrenk
2026-03-26 17:38:31 +01:00
parent 76dd4f079c
commit 518b45d149

View File

@@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
path: cryptomator
ref: ${{ inputs.tag || github.ref_name }}
ref: ${{ inputs.tag || github.sha }}
- name: Resolve checked-out source SHA
id: cryptomator-source
working-directory: cryptomator
@@ -173,7 +173,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
path: cryptomator
ref: ${{ inputs.tag || github.ref_name }}
ref: ${{ inputs.tag || github.sha }}
- name: Download source tarball and compute checksum
id: sha512
run: |