Compare commits

...
3 Commits
Author SHA1 Message Date
Travis Person 138c8a3cc5 Build and store 2021-06-25 21:50:13 +00:00
Cory Schwartz 6bbd1dd3e4 .Appimage 2021-06-25 17:11:37 -04:00
Cory Schwartz 3be49ab62e move with changed name 2021-06-25 17:11:25 -04:00
+3 -19
View File
@@ -456,7 +456,9 @@ jobs:
name: prepare workspace
command: |
mkdir appimage
mv Lotus-latest-x86_64.AppImage appimage
mv Lotus-*.AppImage appimage
- store_artifacts:
path: appimage
- persist_to_workspace:
root: "."
paths:
@@ -800,10 +802,6 @@ workflows:
- build-all:
requires:
- test-short
filters:
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-ntwk-calibration:
requires:
- test-short
@@ -829,23 +827,9 @@ workflows:
- build-macos:
requires:
- test-short
filters:
branches:
ignore:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-appimage:
requires:
- test-short
filters:
branches:
ignore:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- publish:
requires:
- build-all