diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 5933831..f738fbc 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -21,8 +21,7 @@ jobs: - name: Upload I2P-${{ github.sha }}.dmg uses: actions/upload-artifact@v4 with: - name: I2P-${{ github.sha }}.dmg - path: I2P-1.0.dmg + path: I2P-*.dmg build-22: runs-on: macos-latest @@ -42,6 +41,6 @@ jobs: uses: actions/upload-artifact@v4 with: name: I2P-${{ github.sha }}-22.dmg - path: I2P-1.0.dmg + path: I2P-*.dmg diff --git a/config.example.sh b/config.example.sh index 6d0c0d8..b39b886 100644 --- a/config.example.sh +++ b/config.example.sh @@ -9,9 +9,9 @@ # Uncomment/Edit this line to include the version number in the config file -I2P_VERSION=i2p-2.4.0 +I2P_VERSION=i2p-2.7.0 # Uncomment/Edit this line to change the version number that you pass to jpackage -I2P_RELEASE_VERSION=2.4.0 +I2P_RELEASE_VERSION=2.7.0 # Uncomment/Edit this line to include the build number in the config file # I2P_BUILD_NUMBER=1