Skip to content

Commit

Permalink
Update example-template-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MattParkerDev committed Jul 7, 2024
1 parent 1c05744 commit 908a301
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/example-template-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- name: Set env
run: echo "ParallelPipelinesEnvironment=${{ inputs.environment }}" >> $GITHUB_ENV

- name: Dotnet Run Pipeline
run: dotnet run -c Release --project ./examplesrc/Example.Deploy/Example.Deploy.csproj ### Update to your new deploy project path

- name: Upload ParallelPipelines Artifact
uses: actions/upload-artifact@v4
with:
name: parallel-pipelines-artifact
path: ./README.md

- name: Dotnet Run Pipeline
run: dotnet run -c Release --project ./examplesrc/Example.Deploy/Example.Deploy.csproj ### Update to your new deploy project path
path: ./pipeline-summary-dto.json

0 comments on commit 908a301

Please sign in to comment.