Compare commits

...

4 Commits

Author SHA1 Message Date
Fabio Belavenuto
466722e7ad Actions 2022-07-10 15:20:08 -03:00
Fabio Belavenuto
dfec0accde Merge pull request #25 from fbelavenuto/dev
Fixing addons
2022-07-10 15:10:37 -03:00
Fabio Belavenuto
1185a9144d Fixing addons 2022-07-10 14:59:54 -03:00
Fabio Belavenuto
4abaef8885 wip 2022-07-10 14:11:27 -03:00
169 changed files with 7 additions and 3 deletions

View File

@@ -3,8 +3,12 @@ name: Build image
# Controls when the workflow will run
on:
# Push and PR
# Push
push:
branches:
- main
tags:
- v*
# pull_request:
# When a release is published

View File

@@ -1 +1 @@
0.2-alpha2
0.2-alpha3

View File

@@ -1,5 +1,5 @@
ARPL_VERSION="0.2-alpha2"
ARPL_VERSION="0.2-alpha3"
# Define paths
TMP_PATH="/tmp"

Some files were not shown because too many files have changed in this diff Show More