Skip to content

Commit 771355d

Browse files
author
Romain GERARD
committed
Add release CI
1 parent afdbf64 commit 771355d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
66

7-
name: Upload Release Asset
7+
name: Release
88

99
jobs:
1010
build:
@@ -16,8 +16,8 @@ jobs:
1616

1717
- name: Build project # This would actually build your project, using zip for an example artifact
1818
run: |
19-
docker build -t hmailfilter .
20-
docker run --rm -v $(pwd):/data hmailfilter /bin/cp /root/hmailclassifier /data
19+
docker build -t hmailfilter .
20+
docker run --rm -v $(pwd):/data hmailfilter /bin/cp /root/hmailclassifier /data
2121
2222
- name: Create Release
2323
id: create_release

0 commit comments

Comments
 (0)