Skip to content

Commit 522e4e2

Browse files
committed
Update action change artefact name
Update ReadMe add logo on the top
1 parent e0ab7e6 commit 522e4e2

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/resources/images/logo.png

122 KB
Loading

.github/workflows/Test_windows.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
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
@@ -56,8 +57,9 @@ jobs:
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
@@ -78,5 +80,6 @@ jobs:
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

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<p align="center">
2+
<img src=".github/resources/images/logo.png"
3+
style="height: 200px">
4+
</p>
5+
16
# SWPacker
27
## Description
38
SWPacker is program that allow to pack all files from a directory.

0 commit comments

Comments
 (0)