Skip to content

Commit

Permalink
fix: file path
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Aug 1, 2023
1 parent 4f1a920 commit fe6c502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v3-dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
timezone: "Europe/Helsinki"

- name: Create buildInfo.js file content
run: printf "%s\n" "export const COMMIT_ID = \"${GITHUB_SHA}\";" "export const BUILD_TIME = \"$(date -Iminutes -u)\";" > buildInfo.js
run: printf "%s\n" "export const COMMIT_ID = \"${GITHUB_SHA}\";" "export const BUILD_TIME = \"$(date -Iminutes -u)\";" > app/buildInfo.js

- name: Configure Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit fe6c502

Please sign in to comment.