Skip to content

Commit 0423e16

Browse files
committed
release-macos.yml: demo -> examples. Hope that works better.
1 parent c298721 commit 0423e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
# Create a clean distribution folder
5757
mkdir -p termin8or_examples-${{ github.ref_name }}
5858
# Copy the executable and necessary files
59-
chmod ugo+x demo
60-
cp demo termin8or_examples-${{ github.ref_name }}/
59+
chmod ugo+x examples
60+
cp examples termin8or_examples-${{ github.ref_name }}/
6161
echo "Unblock instructions:" > termin8or_examples-${{ github.ref_name }}/README.txt
6262
echo "=====================" >> termin8or_examples-${{ github.ref_name }}/README.txt
6363
echo "To tell the gatekeeper that this executable is fine" >> termin8or_examples-${{ github.ref_name }}/README.txt

0 commit comments

Comments
 (0)