Skip to content

Commit fafdccf

Browse files
committed
jetzt
1 parent 36a69a9 commit fafdccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Create tar archive (Unix)
3636
if: runner.os != 'Windows'
3737
run: |
38-
tar -cf BotLi-${{ matrix.os }}.tar -C dist/BotLi
38+
tar -cf BotLi-${{ matrix.os }}.tar -C dist/ BotLi
3939
- name: Upload .tar artifact (Unix)
4040
if: runner.os != 'Windows'
4141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)