0
0
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:
Refringe 2024-03-26 22:45:23 -04:00
parent 34fdbb01fc
commit 0b5033f4d2
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -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