Skip to content

Commit

Permalink
Update copilot-build-frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronba authored May 15, 2024
1 parent 13c3697 commit 51aac3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/copilot-build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
yarn install --frozen-lockfile # install dependencies and ensure lockfile is unchanged.
yarn build # run build script
yarn format # run format script
ls
working-directory: webapp

#- name: Determine version
Expand All @@ -51,7 +52,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: copilotchat-webapp-${{ steps.versiontag.outputs.versiontag }}
path: ${{ github.workspace }}\webapp\build
path: ${{ github.workspace }}/webapp/build

- name: "Set outputs"
id: artifactoutput
Expand Down

0 comments on commit 51aac3d

Please sign in to comment.