Skip to content

Commit

Permalink
Update aspnetcore.yml (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz authored Dec 16, 2023
1 parent 4a1420c commit 0de90cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,22 @@ jobs:

#Publish build artifacts to GitHub
- name: Upload web service build artifacts back to GitHub
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: serviceapp
path: ${{ github.workspace }}/webservice
- name: Upload website build artifacts back to GitHub
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: webapp
path: ${{ github.workspace }}/web
- name: Upload website build artifacts back to GitHub
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: webappDemo
path: ${{ github.workspace }}/webDemo
- name: Upload function test build artifacts back to GitHub
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: functionaltests
path: ${{ github.workspace }}/functionalTests
Expand Down

0 comments on commit 0de90cf

Please sign in to comment.