mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 16:50:45 -05:00
Removes the delete-artifact action--Will not work
This commit is contained in:
parent
34fdbb01fc
commit
0b5033f4d2
@ -713,16 +713,3 @@ jobs:
|
||||
-v \
|
||||
$DISCORD_WEBHOOK_URL
|
||||
shell: bash
|
||||
|
||||
clean:
|
||||
needs: [publish-release]
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: refringe/spt-build-node:1.0.7
|
||||
if: always()
|
||||
steps:
|
||||
- name: Remove Artifacts
|
||||
uses: geekyeggo/delete-artifact@v2
|
||||
with:
|
||||
name: "*-artifact"
|
||||
failOnError: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user