diff --git a/.github/workflows/deploy-to-neocities.yml b/.github/workflows/deploy-to-neocities.yml index 2a0d1cb..e06ea3d 100644 --- a/.github/workflows/deploy-to-neocities.yml +++ b/.github/workflows/deploy-to-neocities.yml @@ -48,7 +48,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: public + name: build path: public retention-days: 1 @@ -66,7 +66,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v4 with: - name: public + name: build path: public - name: Highlight with Torchlight run: | @@ -75,7 +75,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: public + name: highlight path: public retention-days: 1 @@ -87,7 +87,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v4 with: - name: public + name: highlight path: public - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v1