This commit is contained in:
Waylon Walker 2023-01-01 16:09:13 -06:00
parent c363547f72
commit 48f6bf2abc
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -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: