Skip to content

Commit b563719

Browse files
committed
Signed-off-by: Günter Neiß <gneiss@web.de>
1 parent fd5374c commit b563719

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/LinuxBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
set -x
6969
set -v
7070
TAG_List=$(gh release list -R "$GITHUB_REPOSITORY" --json tagName | jq -r 'map(select(true))[] | (.tagName)')
71-
TAG="${GITHUB_REF#refs/tags/}"
71+
TAG="$(date +%Y%m%d)"
7272
for i in $TAG_List; do
7373
if [ "$i" = "$TAG" ]; then
7474
gh release delete "$TAG" -y

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Arduino IDE 2.x (Special build)
2+
3+
### Preface
4+
5+
This repository is a fork of the official [Arduino IDE](https://github.com/arduino/arduino-ide).
6+
It seams that this project is currently inactive (2 Month no commit), because my PR (Order custom board option menus as defined in platform configuration) ist still not merged.
7+
So this repo will generate only the AppImage whith my PR.
8+
9+
### Download
10+
11+
Latest: [Download](/../../releases/latest)
12+
13+
All Releases: [Releases](/../../releases)
14+
15+
[![Arduino2 IDE (Linux-AppImage-Build)](https://github.com/gneiss15/arduino-ide/actions/workflows/LinuxBuild.yml/badge.svg)](https://github.com/gneiss15/arduino-ide/actions/workflows/LinuxBuild.yml)
16+
## All Below is from the original Arduino IDE Repo
17+
118
<img src="https://content.arduino.cc/website/Arduino_logo_teal.svg" height="100" align="right" />
219

320
# Arduino IDE 2.x

0 commit comments

Comments
 (0)