File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments