File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ name: Kubernetes Batchjob Connector
3
3
4
4
on :
5
5
push :
6
- branches :
7
- - master
8
6
tags :
9
7
- ' v*'
10
8
29
27
run : dotnet publish KubeJobs/KubeJobs.csproj -c Release -o linuxoutput --self-contained -r linux-x64
30
28
31
29
- name : Tar Linux output folder
32
- run : tar -cvzf ./kubernetes-batchjob-container-linux.tar.gz linuxoutput
30
+ run : tar -cvzf ./kubernetes-batchjob-container-linux.tar.gz linuxoutput
33
31
34
32
- name : Upload Linux artifact
35
33
@@ -57,14 +55,14 @@ jobs:
57
55
runs-on : ubuntu-latest
58
56
name : Release
59
57
needs : package
60
-
58
+
61
59
steps :
62
60
- name : Download Package
63
61
uses : actions/download-artifact@v1
64
62
with :
65
63
name : kubernetes-batchjob-container-artifact
66
64
path : ./
67
-
65
+
68
66
- name : Create Release
69
67
id : create_release
70
68
uses : actions/create-release@latest
You can’t perform that action at this time.
0 commit comments