Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49578d9

Browse files
committedMay 9, 2023
Partially Revert "adapt last create-release job"
This reverts commit e7c1b1d.
1 parent 55dea9d commit 49578d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,8 @@ jobs:
527527
mkdir release
528528
chmod -v +x ArduinoCreateAgent-linux-amd64/*.run
529529
mv -v ArduinoCreateAgent-linux-amd64/* release/
530-
mv -v ArduinoCreateAgent_amd64_notarized/*.dmg release/
530+
cat ArduinoCreateAgent-osx-amd64/*.tar | tar -xvf - -i -C release/
531+
rm -v release/._ArduinoCreateAgent*.dmg
531532
mv -v ArduinoCreateAgent-windows*/* release/
532533
533534
- name: VirusTotal Scan

0 commit comments

Comments
 (0)
Please sign in to comment.