Skip to content

Commit

Permalink
Tray and make artifacts which are correctly named and versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Oct 20, 2024
1 parent f6026af commit 72de4bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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


4 changes: 2 additions & 2 deletions config.example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72de4bc

Please sign in to comment.