Tray and make artifacts which are correctly named and versioned
This commit is contained in:
5
.github/workflows/ant.yml
vendored
5
.github/workflows/ant.yml
vendored
@ -21,8 +21,7 @@ jobs:
|
|||||||
- name: Upload I2P-${{ github.sha }}.dmg
|
- name: Upload I2P-${{ github.sha }}.dmg
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: I2P-${{ github.sha }}.dmg
|
path: I2P-*.dmg
|
||||||
path: I2P-1.0.dmg
|
|
||||||
|
|
||||||
build-22:
|
build-22:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
@ -42,6 +41,6 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: I2P-${{ github.sha }}-22.dmg
|
name: I2P-${{ github.sha }}-22.dmg
|
||||||
path: I2P-1.0.dmg
|
path: I2P-*.dmg
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
|
|
||||||
# Uncomment/Edit this line to include the version number in the config file
|
# 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
|
# 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
|
# Uncomment/Edit this line to include the build number in the config file
|
||||||
# I2P_BUILD_NUMBER=1
|
# I2P_BUILD_NUMBER=1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user