Skip to content

Commit d51e332

Browse files
committed
Fix macOS workflow to correctly copy artifact to GitHub Pages directory
1 parent cf2ddc7 commit d51e332

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
uses: actions/upload-artifact@v4
3939
with:
4040
name: websitino-${{ matrix.os }}
41-
path: websitino-${{ matrix.os }}
41+
path: websitino
4242

4343
- name: Prepara directory per GitHub Pages
4444
run: |
4545
mkdir -p public/macos
46-
cp websitino-${{ matrix.os }} public/macos/
46+
cp websitino public/macos/websitino-${{ matrix.os }}
4747
4848
# Pubblica su GitHub Pages
4949
- name: Deploy su GitHub Pages

0 commit comments

Comments
 (0)