Commit e608cee 1 parent 0454d4f commit e608cee Copy full SHA for e608cee
File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 33
33
- name : Compress-manpage
34
34
run : tar -czvf apx-man.tar.gz man/man1/apx.1
35
35
36
- - name : Compress-config
37
- run : tar -czvf apx-config.tar.gz config/apx.json
38
-
39
36
- uses : softprops/action-gh-release@v1
40
37
with :
41
38
token : " ${{ secrets.GITHUB_TOKEN }}"
@@ -45,15 +42,13 @@ jobs:
45
42
files : |
46
43
apx.tar.gz
47
44
apx-man.tar.gz
48
- apx-config.tar.gz
49
45
50
46
- uses : actions/upload-artifact@v3
51
47
with :
52
48
name : apx
53
49
path : |
54
50
apx.tar.gz
55
51
apx-man.tar.gz
56
- apx-config.tar.gz
57
52
58
53
sonar :
59
54
name : Sonar
Original file line number Diff line number Diff line change 53
53
- name : Compress-manpage
54
54
run : tar -czvf apx-man.tar.gz man/man1/apx.1
55
55
56
- - name : Compress-config
57
- run : tar -czvf apx-config.tar.gz config/apx.json
58
-
59
56
- uses : softprops/action-gh-release@v1
60
57
with :
61
58
token : " ${{ secrets.GITHUB_TOKEN }}"
62
59
files : |
63
60
apx.tar.gz
64
61
apx-man.tar.gz
65
- apx-config.tar.gz
You can’t perform that action at this time.
0 commit comments