Skip to content

Commit a7d5583

Browse files
authored
Delete GitHub Actions artifacts (#23)
1 parent fc55c75 commit a7d5583

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
with:
5353
name: release-ubuntu-18.04
5454
path: release/ubuntu-18.04
55+
- name: Delete artifact
56+
uses: geekyeggo/delete-artifact@v1
57+
with:
58+
name: release-ubuntu-18.04
59+
failOnError: false
5560
- name: Sign artifact for ubuntu-18.04
5661
run: |
5762
gpg --batch --detach-sign -a release/ubuntu-18.04/ironoxide-cli-ubuntu-18.04
@@ -80,6 +85,11 @@ jobs:
8085
with:
8186
name: release-macos-10.15
8287
path: release/macos-10.15
88+
- name: Delete artifact
89+
uses: geekyeggo/delete-artifact@v1
90+
with:
91+
name: release-macos-10.15
92+
failOnError: false
8393
- name: Sign artifact for macos-10.15
8494
run: |
8595
gpg --batch --detach-sign -a release/macos-10.15/ironoxide-cli-macos-10.15
@@ -108,6 +118,11 @@ jobs:
108118
with:
109119
name: release-windows-2019
110120
path: release/windows-2019
121+
- name: Delete artifact
122+
uses: geekyeggo/delete-artifact@v1
123+
with:
124+
name: release-windows-2019
125+
failOnError: false
111126
- name: Sign artifact for windows-2019
112127
run: |
113128
gpg --batch --detach-sign -a release/windows-2019/ironoxide-cli-windows-2019.exe

0 commit comments

Comments
 (0)