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

Commit 870e552

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

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/dev-upload.yml

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

1111
build-devs:
12-
runs-on: windows-latest
12+
runs-on: ubuntu-latest
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMMIT: $env:GITHUB_SHA.SubString(0,7)
16-
OUTPUT_NAME: "Re-Console-Legacy-TU1-dev-${COMMIT}.mrpack"
16+
OUTPUT_NAME: "Re-Console-Legacy-TU1-dev-${COMMIT}"
1717
OUTPUT: artifacts
1818
steps:
1919
- uses: actions/checkout@v4
@@ -29,14 +29,10 @@ jobs:
2929
- name: Create dev build
3030
run: |
3131
packwiz refresh
32-
packwiz modrinth export --output $OUTPUT_NAME
33-
34-
- name: Prepare artifacts
35-
run: |
36-
robocopy . $OUTPUT $OUTPUT_NAME /r:0 /w:0
32+
packwiz modrinth export --output ${OUTPUT}/${OUTPUT_NAME}.mrpack
3733
3834
- name: Upload artifacts
3935
uses: actions/upload-artifact@v3
4036
with:
41-
name: "Re-Console-Legacy-TU1-dev-${COMMIT}"
37+
name: $OUTPUT_NAME
4238
path: artifacts

0 commit comments

Comments
 (0)