Skip to content

Commit

Permalink
Delete GitHub Actions artifacts (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 authored Jul 8, 2020
1 parent fc55c75 commit a7d5583
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
with:
name: release-ubuntu-18.04
path: release/ubuntu-18.04
- name: Delete artifact
uses: geekyeggo/delete-artifact@v1
with:
name: release-ubuntu-18.04
failOnError: false
- name: Sign artifact for ubuntu-18.04
run: |
gpg --batch --detach-sign -a release/ubuntu-18.04/ironoxide-cli-ubuntu-18.04
Expand Down Expand Up @@ -80,6 +85,11 @@ jobs:
with:
name: release-macos-10.15
path: release/macos-10.15
- name: Delete artifact
uses: geekyeggo/delete-artifact@v1
with:
name: release-macos-10.15
failOnError: false
- name: Sign artifact for macos-10.15
run: |
gpg --batch --detach-sign -a release/macos-10.15/ironoxide-cli-macos-10.15
Expand Down Expand Up @@ -108,6 +118,11 @@ jobs:
with:
name: release-windows-2019
path: release/windows-2019
- name: Delete artifact
uses: geekyeggo/delete-artifact@v1
with:
name: release-windows-2019
failOnError: false
- name: Sign artifact for windows-2019
run: |
gpg --batch --detach-sign -a release/windows-2019/ironoxide-cli-windows-2019.exe
Expand Down

0 comments on commit a7d5583

Please sign in to comment.