From 8e0aebdab68758d484a94a49968142978d0aa429 Mon Sep 17 00:00:00 2001 From: fr00t Date: Tue, 22 Oct 2024 22:43:21 +0200 Subject: [PATCH] Update release-ci.yml --- .github/workflows/release-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 0672b5b..66cf50d 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -142,7 +142,7 @@ jobs: - name: Staple Notarization if: matrix.config.os == 'macos-latest' - run: xcrun stapler staple dist/Aesir-${{ env.VERSION }}.app + run: xcrun stapler staple dist/Aesir-${{ env.VERSION }}.dmg - name: Check artifacts --DEBUG-- run: ls dist