Skip to content

Commit e5d51d0

Browse files
author
Timoti11
committed
Update workflow 7
1 parent 0000889 commit e5d51d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packwiz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ jobs:
103103
-x 'packwiz-installer.jar' \
104104
-x 'packwiz.json'
105105
106-
cd ..
106+
cd "$GITHUB_WORKSPACE"
107107
echo "Финальное содержимое .output/:"
108108
ls -lh .output/
109109
- name: Upload Artifacts
110110
uses: actions/upload-artifact@v4
111111
with:
112112
name: Modpack
113-
path: .output/
113+
path: .output/*
114114

115115
release:
116116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)