From 6ed3f6e909986d97eebb772caedb4abe431060dd Mon Sep 17 00:00:00 2001 From: Henri Devigne Date: Sat, 1 Jun 2024 19:19:10 +0200 Subject: [PATCH] fes --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f71808..844b9fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: run: npm install -g create-dmg - name: Create DMG - run: create-dmg './IPingTray.app' || echo "i don't pay Apple for signing app :-) + run: create-dmg './IPingTray.app' || echo "i don't pay Apple for signing app :-)" - name: Upload DMG artifact uses: actions/upload-artifact@v2