Skip to content

Commit

Permalink
Fix indentation bug in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aydesai committed May 14, 2021
1 parent 34115d6 commit 7614621
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/kubeflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Kubernetes Batchjob Connector

on:
push:
branches:
- master
tags:
- 'v*'

Expand All @@ -29,7 +27,7 @@ jobs:
run: dotnet publish KubeJobs/KubeJobs.csproj -c Release -o linuxoutput --self-contained -r linux-x64

- name: Tar Linux output folder
run: tar -cvzf ./kubernetes-batchjob-container-linux.tar.gz linuxoutput
run: tar -cvzf ./kubernetes-batchjob-container-linux.tar.gz linuxoutput

- name: Upload Linux artifact
uses: actions/upload-artifact@v2.2.2
Expand Down Expand Up @@ -57,14 +55,14 @@ jobs:
runs-on: ubuntu-latest
name: Release
needs: package

steps:
- name: Download Package
uses: actions/download-artifact@v1
with:
name: kubernetes-batchjob-container-artifact
path: ./

- name: Create Release
id: create_release
uses: actions/create-release@latest
Expand Down

0 comments on commit 7614621

Please sign in to comment.