commit 41c105620946e095ddc45f7ce9c1233eb8bce8e3 parent c0439c4075218bde66dcd6021b79bbaa9a67208e Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 26 Sep 2023 18:10:45 +0200 Fix: use correct github action Diffstat:
| M | .github/workflows/deploy.yaml | | | 8 | +++----- |
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml @@ -24,12 +24,10 @@ jobs: - name: Run export run: | ./gradlew jsBrowserProductionWebpack - - name: Upload site - uses: actions/upload-artifact@v3 + - name: Upload Pages artifact + uses: actions/upload-pages-artifact@v2 with: - name: github-pages - path: build/dist/js/productionExecutable - if-no-files-found: error + path: build/dist/js/productionExecutable/ retention-days: 1 # Deploy job deploy: