Skip to content

Commit e608cee

Browse files
committed
(cleanup) Remove config file artifact
It is already included in includes.container in core image.
1 parent 0454d4f commit e608cee

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/go.yml

-5
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- name: Compress-manpage
3434
run: tar -czvf apx-man.tar.gz man/man1/apx.1
3535

36-
- name: Compress-config
37-
run: tar -czvf apx-config.tar.gz config/apx.json
38-
3936
- uses: softprops/action-gh-release@v1
4037
with:
4138
token: "${{ secrets.GITHUB_TOKEN }}"
@@ -45,15 +42,13 @@ jobs:
4542
files: |
4643
apx.tar.gz
4744
apx-man.tar.gz
48-
apx-config.tar.gz
4945
5046
- uses: actions/upload-artifact@v3
5147
with:
5248
name: apx
5349
path: |
5450
apx.tar.gz
5551
apx-man.tar.gz
56-
apx-config.tar.gz
5752
5853
sonar:
5954
name: Sonar

.github/workflows/goreleaser.yml

-4
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,9 @@ jobs:
5353
- name: Compress-manpage
5454
run: tar -czvf apx-man.tar.gz man/man1/apx.1
5555

56-
- name: Compress-config
57-
run: tar -czvf apx-config.tar.gz config/apx.json
58-
5956
- uses: softprops/action-gh-release@v1
6057
with:
6158
token: "${{ secrets.GITHUB_TOKEN }}"
6259
files: |
6360
apx.tar.gz
6461
apx-man.tar.gz
65-
apx-config.tar.gz

0 commit comments

Comments
 (0)