diff --git a/.github/workflows/CrossBuild.yml b/.github/workflows/CrossBuild.yml index fc6d51d0..5d6df9c4 100644 --- a/.github/workflows/CrossBuild.yml +++ b/.github/workflows/CrossBuild.yml @@ -1,6 +1,8 @@ # This is a basic workflow to help you get started with Actions +name: Delete Release + uses: larryjoelane/delete-release-action@v1.0.24 + name: Cross-Build - on: push: branches-ignore: [ master ]