Skip to content

Commit

Permalink
Correct paths for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-ismagilov committed Jul 30, 2023
1 parent 3f605bd commit 9e64cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: build-${{ matrix.folder }}
path: ${{ matrix.folder }}.zip
path: ${{ matrix.public_url }}.zip
repack-gh-pages:
name: Repack GitHub Pages
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9e64cfe

Please sign in to comment.