We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4724ecd commit d3a2716Copy full SHA for d3a2716
.github/workflows/electron.yaml
@@ -74,7 +74,7 @@ jobs:
74
mkdir -p win-portable
75
mkdir -p win-installer
76
cp build/*_portable.exe win-portable/
77
- cp build/*_installer.exe win-intaller/
+ cp build/*_installer.exe win-installer/
78
- run: |
79
export TAG=$(echo $GITHUB_REF_NAME | sed 's/client-//')
80
echo "TAG=$TAG" >> $GITHUB_ENV
0 commit comments