We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f4bc8 commit 50f9d18Copy full SHA for 50f9d18
1 file changed
.github/workflows/deploy_github_pages.yml
@@ -48,8 +48,11 @@ jobs:
48
channel: 'stable'
49
50
- name: Build Flutter web app
51
- run: flutter build web -v --release --output /tmp/${{ matrix.package }} --base-href /${{ github.event.repository.name }}/${{ matrix.package }}/
+ run: flutter build web -v --release --output /tmp/${MATRIX_PACKAGE} --base-href /${GITHUB_EVENT_REPOSITORY_NAME}/${MATRIX_PACKAGE}/
52
working-directory: packages/${{ matrix.package }}/example
53
+ env:
54
+ MATRIX_PACKAGE: ${{ matrix.package }}
55
+ GITHUB_EVENT_REPOSITORY_NAME: ${{ github.event.repository.name }}
56
57
- name: Upload web build temporarily
58
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments