Skip to content

Commit

Permalink
chore: use correct maps bundle name in release workflow (#3403)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Nov 12, 2024
1 parent ac95651 commit e3d3b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set build_exists env var
id: check_build
run: |
if ls build/bundle/maps-app-*.zip 1> /dev/null 2>&1; then
if ls build/bundle/maps-*.zip 1> /dev/null 2>&1; then
echo "build_exists=true" >> $GITHUB_ENV
else
echo "build_exists=false" >> $GITHUB_ENV
Expand Down

0 comments on commit e3d3b37

Please sign in to comment.