File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 25
25
Copy-Item ${{ github.workspace }}/convert.py ${{ github.workspace }}/viewer
26
26
Copy-Item ${{ github.workspace }}/gui.py ${{ github.workspace }}/viewer
27
27
Copy-Item ${{ github.workspace }}/utils.py ${{ github.workspace }}/viewer
28
+ New-Item -Path ${{ github.workspace }}/viewer -Name "icon" -ItemType "directory"
29
+ Copy-Item ${{ github.workspace }}/icon/loading-icon.jpg ${{ github.workspace }}/viewer/icon
28
30
Compress-Archive -Path ${{ github.workspace }}/viewer -DestinationPath ${{ github.workspace }}/viewer-${{ github.ref_name }}-win64.zip
29
31
30
32
- name : Extract archive content test
68
70
cp ../convert.py .
69
71
cp ../gui.py .
70
72
cp ../utils.py .
73
+ cp -r ../icon .
71
74
tar -czvf ${{ github.workspace }}/viewer-${{ github.ref_name }}-linux.tar.gz .
72
75
73
76
- name : Extract archive content test
89
92
files : |
90
93
viewer-${{ github.ref_name }}-linux.tar.gz
91
94
env :
92
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
95
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments