should probably checkout first.
Zip Project / build (push) Failing after 16s

This commit is contained in:
2025-09-22 00:33:43 +01:00
parent 9cd03bb92e
commit 3478d10a9a
+2 -1
View File
@@ -9,8 +9,9 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4
- name: Zip Project - name: Zip Project
run: zip fantasysmp.zip assets pack.mcmeta pack.png run: zip -r fantasysmp.zip assets pack.mcmeta pack.png
- name: Release - name: Release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with: