Skip to content

Commit 3b68fa5

Browse files
committed
fix
1 parent ad7647e commit 3b68fa5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/msbuild.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
- run: mv .\README.md .\plugins\${{ github.event.repository.name }}_README.md
4040
- run: mv .\${{ github.event.repository.name }}.ini .\plugins\${{ github.event.repository.name }}.ini
4141
- run: mv .\${{ github.event.repository.name }}.asi .\plugins\${{ github.event.repository.name }}.asi
42-
- run: 7z a -tzip ${{ github.event.repository.name }}-run-${{ github.run_number }}.zip wininet.dll winhttp.dll UltimateASILoader_LICENSE.md
43-
- run: 7z a ${{ github.event.repository.name }}-run-${{ github.run_number }}.zip plugins\
44-
- run: 7z a ${{ github.event.repository.name }}-run-${{ github.run_number }}.zip logs\
42+
- run: 7z a -tzip ${{ github.event.repository.name }}-run-${{ github.run_number }}.zip wininet.dll winhttp.dll UltimateASILoader_LICENSE.md plugins\ logs\
4543

4644
- name: Upload Artifact
4745
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)