Skip to content

Commit

Permalink
ci: fix frontend build dist name
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Sep 5, 2024
1 parent 3954a63 commit 0c72b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ jobs:
- id: get_artifact_name
name: Get First Image Name
run: |
echo "artifact_name=${{ github.repository_id }}-${{ github.sha }}-frontend-dist" >> $GITHUB_OUTPUT
echo "artifact_name=${{ github.repository_id }}-${{ github.sha }}-frontend-build-dist" >> $GITHUB_OUTPUT
echo "Frontend Artifact Name: $artifact_name"

0 comments on commit 0c72b42

Please sign in to comment.