File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Archive Executable
3535 uses : actions/upload-artifact@v3
3636 with :
37- name : SWPacker
37+ name : SWPacker-Exec
3838 path : ${{github.workspace}}\out\${{env.VERSION_NAME}}\Release\
39+ if-no-files-found : error
3940
4041 Build_Unpack_Shared :
4142 runs-on : windows-latest
5657 - name : Archive Library
5758 uses : actions/upload-artifact@v3
5859 with :
59- name : SWPacker
60+ name : SWPacker-shared-lib
6061 path : ${{github.workspace}}\out\${{env.VERSION_NAME}}\Release\
62+ if-no-files-found : error
6163
6264 Build_Unpack_Static :
6365 runs-on : windows-latest
7880 - name : Archive library
7981 uses : actions/upload-artifact@v3
8082 with :
81- name : SWPacker
82- path : ${{github.workspace}}\out\${{env.VERSION_NAME}}\Release\
83+ name : SWPacker-static-lib
84+ path : ${{github.workspace}}\out\${{env.VERSION_NAME}}\Release\
85+ if-no-files-found : error
Original file line number Diff line number Diff line change 1+ <p align =" center " >
2+ <img src=".github/resources/images/logo.png"
3+ style="height: 200px">
4+ </p >
5+
16# SWPacker
27## Description
38SWPacker is program that allow to pack all files from a directory.
You can’t perform that action at this time.
0 commit comments