0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 17:10:45 -05:00

Adds a clean pipeline to remove artifacts when build has finished

This commit is contained in:
Refringe 2024-03-26 16:38:48 -04:00
parent b3d0a3609a
commit af69fd9073
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -693,3 +693,15 @@ jobs:
-v \
$DISCORD_WEBHOOK_URL
shell: bash
clean:
needs: [publish-release]
runs-on: ubuntu-latest
container:
image: refringe/spt-build-node:1.0.6
steps:
- name: Remove Artifacts
uses: geekyeggo/delete-artifact@v5
with:
name: "*-artifact"
failOnError: false