Skip to content

Commit d2a8b59

Browse files
authored
fix: use underscores in bundle name and .tgz extension (#5823)
1 parent a92d508 commit d2a8b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Upload build artifacts
1111
runs-on: ubuntu-24.04
1212
env:
13-
PACKAGE_NAME: maas-ui-${{ github.sha }}.tar.gz
13+
PACKAGE_NAME: maas_ui_${{ github.sha }}.tgz
1414
VITE_APP_GIT_SHA: ${{ github.sha }}
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)