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

Commit 2bdda38

Browse files
Update dev-upload.yml
1 parent b7898ae commit 2bdda38

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dev-upload.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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}.mrpack"
1717
steps:
1818
- uses: actions/checkout@v4
1919

@@ -28,8 +28,7 @@ jobs:
2828
- name: Create dev build
2929
run: |
3030
packwiz refresh
31-
$name=${OUTPUT_NAME}
32-
packwiz modrinth export --output ${name}
31+
packwiz modrinth export --output $OUTPUT_NAME
3332
3433
- name: Upload artifacts
3534
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)