From 72de4bc4dfafb7c9a251c19878a55e0016a2b0c8 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Sun, 20 Oct 2024 15:45:02 -0400 Subject: [PATCH] Tray and make artifacts which are correctly named and versioned --- .github/workflows/ant.yml | 5 ++--- config.example.sh | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) 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