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 cf2ddc7 commit d51e332Copy full SHA for d51e332
1 file changed
.github/workflows/macos.yml
@@ -38,12 +38,12 @@ jobs:
38
uses: actions/upload-artifact@v4
39
with:
40
name: websitino-${{ matrix.os }}
41
- path: websitino-${{ matrix.os }}
+ path: websitino
42
43
- name: Prepara directory per GitHub Pages
44
run: |
45
mkdir -p public/macos
46
- cp websitino-${{ matrix.os }} public/macos/
+ cp websitino public/macos/websitino-${{ matrix.os }}
47
48
# Pubblica su GitHub Pages
49
- name: Deploy su GitHub Pages
0 commit comments