diff --git a/.github/workflows/linux-flatpak.yml b/.github/workflows/linux-flatpak.yml index 1ab429e02..0b1e08eaf 100644 --- a/.github/workflows/linux-flatpak.yml +++ b/.github/workflows/linux-flatpak.yml @@ -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: |