Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 3e2384d

Browse files
Update dev-upload.yml
1 parent acb718a commit 3e2384d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/dev-upload.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ on:
99
jobs:
1010

1111
build-devs:
12-
runs-on: ubuntu-latest
12+
runs-on: windows-latest
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMMIT: $env:GITHUB_SHA.SubString(0,7)
1616
OUTPUT_NAME: "Re-Console-Legacy-TU1-dev-${COMMIT}.mrpack"
17+
OUTPUT: artifacts
1718
steps:
1819
- uses: actions/checkout@v4
1920

@@ -30,8 +31,12 @@ jobs:
3031
packwiz refresh
3132
packwiz modrinth export --output $OUTPUT_NAME
3233
34+
- name: Prepare artifacts
35+
run: |
36+
robocopy . $OUTPUT $OUTPUT_NAME /r:0 /w:0
37+
3338
- name: Upload artifacts
3439
uses: actions/upload-artifact@v3
3540
with:
36-
name: Dev Builds (Commit ${COMMIT})
37-
path: ./$OUTPUT_NAME
41+
name: "Re-Console-Legacy-TU1-dev-${COMMIT}"
42+
path: artifacts

0 commit comments

Comments
 (0)