From 48f6bf2abcd69d379134eb996d80b8fcff758cf9 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sun, 1 Jan 2023 16:09:13 -0600 Subject: [PATCH] zip it --- .github/workflows/release.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e4fd2a..5687e43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,11 +41,19 @@ jobs: - uses: actions/download-artifact@v3 with: name: creeper-windows-latest - path: site/markout + path: creeper-windows-latest + - uses: vimtor/action-zip@v1 + with: + files: creeper-windows-latest/ + dest: site/markout/creeper-windows-latest.zip - uses: actions/download-artifact@v3 with: name: creeper-ubuntu-latest - path: site/markout + path: creeper-linux-latest + - uses: vimtor/action-zip@v1 + with: + files: creeper-linux-latest/ + dest: site/markout/creeper-linux-latest.zip - name: GitHub Pages uses: crazy-max/ghaction-github-pages@v3.0.0 with: