Compare commits

...

2 Commits

Author SHA1 Message Date
eyedeekay
d24a7426b9 Only use wildcards for path, ref for name 2025-03-20 16:25:49 -04:00
eyedeekay
cac9d5824c Update changelog 2025-03-20 16:07:00 -04:00
2 changed files with 16 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: i2pbrowser_amd64.deb
path: ./i2pbrowser_${{ github.ref_name }}_amd64.deb
path: ./i2pbrowser_*_amd64.deb
- name: build plugin with Ant
run: |
export PATH=$PATH:$(go env GOPATH)/bin
@@ -133,7 +133,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: i2pbrowser.x86_64.rpm
path: ./i2pbrowser-${{ github.ref_name }}-1.x86_64.rpm
path: ./i2pbrowser-*-1.x86_64.rpm
buildwin:
@@ -172,7 +172,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: i2pbrowser-${{ github.ref_name }}.exe
path: ./i2pbrowser-${{ github.ref_name }}.exe
path: ./i2pbrowser-*.exe
- name: build msi with Ant
run: |
ant windows-msi
@@ -181,7 +181,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: i2pbrowser-${{ github.ref_name }}.msi
path: ./i2pbrowser-${{ github.ref_name }}.msi
path: ./i2pbrowser-*.msi
- name: build portable zip with Ant
run: |
ant windows-portable
@@ -228,7 +228,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: i2pbrowser-${{ github.ref_name }}.dmg
path: ./i2pbrowser-${{ github.ref_name }}.dmg
path: ./i2pbrowser-*.dmg
- name: build pkg with Ant
run: |
ant macos-pkg
@@ -237,4 +237,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: i2pbrowser-${{ github.ref_name }}.pkg
path: ./i2pbrowser-${{ github.ref_name }}.pkg
path: ./i2pbrowser-*.pkg

View File

@@ -1,3 +1,13 @@
2025 Thu, March 20
------------------
- 2.8.1 release
2025 Tue, Feb 11
----------------
- 2.8.0 release
2025 Tue, January 7
-------------------