From b281e212f7a4f28cb11980badbd50c7602d74a65 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 21 Jan 2024 14:36:57 -0600 Subject: [PATCH] use unique artifact names --- .github/workflows/deploy-to-neocities.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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