Skip to content

Commit 75fcb17

Browse files
committed
Workflow fix
1 parent 0937e28 commit 75fcb17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/scripts/package-Linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cp LICENSE plugdata/LICENSE.txt
99
# Create tar.gz with unique name for each distro
1010
tar -czvf plugdata-$1.tar.gz plugdata
1111

12-
./generate-upload-info.sh
12+
.github/scripts/generate-upload-info.sh

.github/scripts/package-Windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ else
184184
cp ".\plugdata-Installer.msi" ".\plugdata-Win32.msi"
185185
fi
186186

187-
./generate-upload-info.sh
187+
.github/scripts/generate-upload-info.sh
188188

189189
# - Codesign Installer for Windows 8+
190190
# -"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\signtool.exe" sign /f "XXXXX.p12" /p XXXXX /d "plugdata Installer" ".\installer\plugdata Installer.exe"

.github/scripts/package-macOS.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ xcrun notarytool store-credentials "notary_login" --apple-id ${AC_USERNAME} --pa
167167
xcrun notarytool submit ./plugdata-MacOS-$1.pkg --keychain-profile "notary_login" --wait
168168
xcrun stapler staple "plugdata-MacOS-$1.pkg"
169169

170-
./generate-upload-info.sh
170+
.github/scripts/generate-upload-info.sh

0 commit comments

Comments
 (0)