workflow: use upload-pages-artifact for web-build

main
daniel-michel 2023-11-17 15:53:46 +01:00
parent ff12d0a0c4
commit 9b58e933e8
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ jobs:
- run: flutter pub get
- run: flutter build web --base-href "/release_schedule/"
- name: Archive Web Artifact
uses: actions/upload-artifact@master
uses: actions/upload-pages-artifact@v2
with:
name: web-build
path: build/web