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:
parent
b3d0a3609a
commit
af69fd9073
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user