Skip to content

Commit

Permalink
OK-735: Lisätään build-buckettiin "ovara-ui"-kansio buildatessa
Browse files Browse the repository at this point in the history
  • Loading branch information
heidilm committed Jan 3, 2025
1 parent 4c7a43a commit 6ff610f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ jobs:
cd ovara-ui
SKIP_TYPECHECK=true npm run build
zip -r ga-${{github.run_number}}.zip .next/*.* .next/BUILD_ID .next/static .next/standalone public
aws s3 cp --no-progress ga-${{github.run_number}}.zip s3://"$bucket"/ga-${{github.run_number}}.zip
aws s3 cp --no-progress ga-${{github.run_number}}.zip s3://"$bucket"/ovara-ui/ga-${{github.run_number}}.zip

0 comments on commit 6ff610f

Please sign in to comment.