Skip to content

Commit 67dcab2

Browse files
Füge Upload-Schritt für Artefakte im Build-Prozess hinzu
1 parent e1bc2b7 commit 67dcab2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/Build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ jobs:
2727
- name: Run Build Script
2828
run: |
2929
chmod +x ./build.sh
30-
./build.sh
30+
./build.sh
31+
- name: Upload Artifacts
32+
uses: actions/upload-artifact@v3
33+
with:
34+
name: eaglercraft-clients
35+
path: out/

0 commit comments

Comments
 (0)