Skip to content

Commit bcca2bd

Browse files
author
Vedran Mikov
committed
Fix formatting on drone file
1 parent d748384 commit bcca2bd

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.drone-github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
kind: pipeline
3-
name: linux-amd64
3+
name: win64
44

55
platform:
66
os: linux
@@ -47,4 +47,4 @@ trigger:
4747
- "refs/tags/**"
4848
- "refs/pull/**"
4949

50-
...
50+
...

.drone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
kind: pipeline
3-
name: linux-amd64
3+
name: win64
44

55
platform:
66
os: linux
@@ -21,6 +21,7 @@ steps:
2121
- "copy-libraries /workspace/dataDashboard/build/release"
2222
- "rm release/*.o release/*.cpp release/*.h release/*.qrc"
2323
- "cp ../LICENSE release/LICENSE.txt"
24+
- "cp ../README.md release/README.md"
2425
- "zip -jr Data_dashboard-${DRONE_TAG##v}-win64.zip release/"
2526
when:
2627
event:

0 commit comments

Comments
 (0)