0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 01:10:46 -05:00

Remove unnecessary testing command in build.yaml

This commit is contained in:
Refringe 2024-03-07 00:11:47 -05:00
parent 4e78e17552
commit 6a74f6baf8
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -333,7 +333,6 @@ jobs:
uses: Difegue/action-megacmd@master
with:
args: export -a "/spt-release/${{ steps.generate-filename.outputs.filename }}" -f | awk '{print $NF}'
run: echo "TESTING"
env:
USERNAME: ${{ secrets.MEGA_EMAIL }}
PASSWORD: ${{ secrets.MEGA_PASSWORD }}