We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a69a9 commit fafdccfCopy full SHA for fafdccf
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Create tar archive (Unix)
36
if: runner.os != 'Windows'
37
run: |
38
- tar -cf BotLi-${{ matrix.os }}.tar -C dist/BotLi
+ tar -cf BotLi-${{ matrix.os }}.tar -C dist/ BotLi
39
- name: Upload .tar artifact (Unix)
40
41
uses: actions/upload-artifact@v4
0 commit comments