diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4c4ab7..e1bbc30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - file: "./dist/OpenBlock-ExternalResources*" + file: "./dist/OpenBlock-External-Resources*" + update_latest_release: true build-mac: needs: create-release @@ -147,7 +148,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - file: "./dist/OpenBlock-ExternalResources*" + file: "./dist/OpenBlock-External-Resources*" + update_latest_release: true build-linux: needs: create-release @@ -169,4 +171,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - file: "./dist/OpenBlock-ExternalResources*" + file: "./dist/OpenBlock-External-Resources*" + update_latest_release: true diff --git a/buildResources/build-deb.sh b/buildResources/build-deb.sh index 06dd6ac..9caa63e 100755 --- a/buildResources/build-deb.sh +++ b/buildResources/build-deb.sh @@ -45,4 +45,4 @@ INSTALL_SIZE=$(find $BUILD_DIR/ -type f -not -path "$BUILD_DIR/DEBIAN/*" -exec d sed -i "s/^Installed-Size: .*/Installed-Size: $INSTALL_SIZE/" $BUILD_DIR/DEBIAN/control sed -i "s/^Version: .*/Version: $VERSION/" $BUILD_DIR/DEBIAN/control -dpkg-deb -b $BUILD_DIR "./dist/OpenBlock-ExternalResources-v$VERSION.deb" +dpkg-deb -b $BUILD_DIR "./dist/OpenBlock-External-Resources-v$VERSION.deb" diff --git a/buildResources/build-pkg.sh b/buildResources/build-pkg.sh index 7b8ecdc..b4082db 100755 --- a/buildResources/build-pkg.sh +++ b/buildResources/build-pkg.sh @@ -30,4 +30,4 @@ pkgbuild --root ./ \ --install-location ~/Library/OpenBlockExternalResources \ --ownership recommended \ --scripts buildResources/mac-scripts \ - ./dist/OpenBlock-ExternalResources-v$VERSION.pkg + ./dist/OpenBlock-External-Resources-v$VERSION.pkg diff --git a/buildResources/setup.iss b/buildResources/setup.iss index 00c07be..a115957 100644 --- a/buildResources/setup.iss +++ b/buildResources/setup.iss @@ -5,8 +5,8 @@ AppName=OpenBlock External Resources Installer AppVersion={#Version} DefaultDirName=C:\OpenBlockExternalResources -OutputDir=./dist -OutputBaseFilename=OpenBlock-ExternalResources-v{#Version} +OutputDir=../dist +OutputBaseFilename=OpenBlock-External-Resources-v{#Version} PrivilegesRequired=admin [Files]