From 7c54aface4b998db317e49d5aebf8d42d1fca424 Mon Sep 17 00:00:00 2001 From: Rodolphe Suescun Date: Tue, 3 Aug 2021 14:53:42 +0200 Subject: [PATCH] MacOS export fix --- .github/workflows/dev-desktop-builds.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index 0b6d8be4..4b06a8bc 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -109,9 +109,9 @@ jobs: - name: Fix application icon 🖼 run: sips -s format icns ./build/mac/material_maker.app/Contents/Resources/icon.icns --out ./build/mac/material_maker.app/Contents/Resources/icon.icns - name: Get documentation 🚀 - - uses: actions/download-artifact@v2 - with: - name: Documentation + uses: actions/download-artifact@v2 + with: + name: Documentation - name: Copy data folder 📁 run: | cp -R ./addons/material_maker/nodes ./build/mac/material_maker.app/Contents/MacOS