Compare commits
11 Commits
i2p-mac-
...
i2p-mac-2.
Author | SHA1 | Date | |
---|---|---|---|
![]() |
fa6ebc8b94 | ||
![]() |
08cec51dce | ||
![]() |
6b493c8832 | ||
![]() |
60a9fb156e | ||
![]() |
14b66d8f25 | ||
![]() |
3e993e72c6 | ||
![]() |
78339ad6eb | ||
![]() |
0cf574156a | ||
![]() |
6a63970a7f | ||
![]() |
b74e3ec5a5 | ||
![]() |
5d0b85e869 |
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -6,7 +6,8 @@ on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/tags
|
||||
tags:
|
||||
- '*.*.*' # Release 1.2.3
|
||||
- 'i2p-mac-*.*.*' # Release 1.2.3
|
||||
- 'i2p-mac-*.*.*-*' # Release 1.2.3
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
5
build.sh
5
build.sh
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
export GITHUB_TAG=$(git describe --tags --abbrev=0 | sed 's|i2p||g' | tr -d [a-z-])
|
||||
git pull --tags
|
||||
git describe --tags `git rev-list --tags --max-count=1` || exit 1
|
||||
export GITHUB_TAG=$(git describe --tags `git rev-list --tags --max-count=1` | sed 's|i2p||g' | tr -d a-z-)
|
||||
|
||||
if [ -z "$I2P_VERSION" ]; then
|
||||
I2P_VERSION="i2p-$GITHUB_TAG"
|
||||
|
Reference in New Issue
Block a user