We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c298721 commit 0423e16Copy full SHA for 0423e16
.github/workflows/release-macos.yml
@@ -56,8 +56,8 @@ jobs:
56
# Create a clean distribution folder
57
mkdir -p termin8or_examples-${{ github.ref_name }}
58
# Copy the executable and necessary files
59
- chmod ugo+x demo
60
- cp demo termin8or_examples-${{ github.ref_name }}/
+ chmod ugo+x examples
+ cp examples termin8or_examples-${{ github.ref_name }}/
61
echo "Unblock instructions:" > termin8or_examples-${{ github.ref_name }}/README.txt
62
echo "=====================" >> termin8or_examples-${{ github.ref_name }}/README.txt
63
echo "To tell the gatekeeper that this executable is fine" >> termin8or_examples-${{ github.ref_name }}/README.txt
0 commit comments