Skip to content

Commit

Permalink
issues/swodlr-ui-release-1.2.0.sit: change build path to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jbyrne committed Sep 26, 2024
1 parent 4cf60e4 commit 3d85403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build
path: build/*
path: dist/*
- name: Commit Version Bump
# If building an alpha, release candidate, or release then we commit the version bump back to the repo
if: |
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
id: download
with:
name: build
path: build/
path: dist/
- name: Sync S3
run:
aws s3 sync ${{steps.download.outputs.download-path}} s3://${{ env.SWODLR_UI_BUCKET }} --delete
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ yarn-error.log*
.idea
.terraform
tfplan
dist

0 comments on commit 3d85403

Please sign in to comment.