Skip to content

Commit 8b04424

Browse files
committed
Adapt new folder structure
1 parent 214fda6 commit 8b04424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
if [[ "${{ env.NAMEPREFIX }}" == "dxvk"* ]]; then
167167
rm -rf "$folder/usr"
168168
fi
169-
tar -C "$folder" -zcvf "${{ env.NAME }}.tar.gz" $(ls "$folder")
169+
tar -C "$folder" -zcvf "${{ env.NAME }}.tar.gz" .
170170
echo "UPLOAD_FILE=$(pwd)/${{ env.NAME }}.tar.gz" >> $GITHUB_ENV
171171
172172
- name: Upload component archive

0 commit comments

Comments
 (0)