Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5349d0b8bb | ||
![]() |
9e6dd8a094 | ||
![]() |
57c7d7d341 | ||
![]() |
ca91190c63 | ||
![]() |
bc4dbd4d54 |
20
.github/workflows/ant.yml
vendored
20
.github/workflows/ant.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: i2pbrowser_amd64.deb
|
||||
path: ./i2pbrowser_1.0.0_amd64.deb
|
||||
path: ./i2pbrowser_${{ github.ref_name }}_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-1.0.0-1.x86_64.rpm
|
||||
path: ./i2pbrowser-${{ github.ref_name }}-1.x86_64.rpm
|
||||
|
||||
|
||||
buildwin:
|
||||
@@ -171,8 +171,8 @@ jobs:
|
||||
- name: Upload Firefox Profile EXE Installer
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: i2pbrowser-1.0.0.exe
|
||||
path: ./i2pbrowser-1.0.0.exe
|
||||
name: i2pbrowser-${{ github.ref_name }}.exe
|
||||
path: ./i2pbrowser-${{ github.ref_name }}.exe
|
||||
- name: build msi with Ant
|
||||
run: |
|
||||
ant windows-msi
|
||||
@@ -180,8 +180,8 @@ jobs:
|
||||
- name: Upload Firefox Profile MSI Installer
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: i2pbrowser-1.0.0.msi
|
||||
path: ./i2pbrowser-1.0.0.msi
|
||||
name: i2pbrowser-${{ github.ref_name }}.msi
|
||||
path: ./i2pbrowser-${{ github.ref_name }}.msi
|
||||
- name: build portable zip with Ant
|
||||
run: |
|
||||
ant windows-portable
|
||||
@@ -227,8 +227,8 @@ jobs:
|
||||
- name: Upload Firefox Profile DMG Installer
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: i2pbrowser-1.0.0.dmg
|
||||
path: ./i2pbrowser-1.0.0.dmg
|
||||
name: i2pbrowser-${{ github.ref_name }}.dmg
|
||||
path: ./i2pbrowser-${{ github.ref_name }}.dmg
|
||||
- name: build pkg with Ant
|
||||
run: |
|
||||
ant macos-pkg
|
||||
@@ -236,5 +236,5 @@ jobs:
|
||||
- name: Upload Firefox Profile PKG Installer
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: i2pbrowser-1.0.0.pkg
|
||||
path: ./i2pbrowser-1.0.0.pkg
|
||||
name: i2pbrowser-${{ github.ref_name }}.pkg
|
||||
path: ./i2pbrowser-${{ github.ref_name }}.pkg
|
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
@@ -4,8 +4,8 @@ name: Nightly
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- nightly-*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -73,7 +73,6 @@ jobs:
|
||||
- name: Upload artifacts
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
commit: $GITHUB_SHA
|
||||
name: nightly
|
||||
prerelease: true
|
||||
makeLatest: true
|
||||
|
Reference in New Issue
Block a user