We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdbf64 commit 771355dCopy full SHA for 771355d
1 file changed
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
tags:
5
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
6
7
-name: Upload Release Asset
+name: Release
8
9
jobs:
10
build:
@@ -16,8 +16,8 @@ jobs:
16
17
- name: Build project # This would actually build your project, using zip for an example artifact
18
run: |
19
- docker build -t hmailfilter .
20
- docker run --rm -v $(pwd):/data hmailfilter /bin/cp /root/hmailclassifier /data
+ docker build -t hmailfilter .
+ docker run --rm -v $(pwd):/data hmailfilter /bin/cp /root/hmailclassifier /data
21
22
- name: Create Release
23
id: create_release
0 commit comments