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

Fix file upload command in build.yaml

This commit is contained in:
Refringe 2024-03-06 16:19:36 -05:00
parent 692e26d967
commit 431ee4e41a
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -292,7 +292,7 @@ jobs:
- name: Upload Release
uses: Difegue/action-megacmd@master
with:
args: put /workspace/refringe/Build/release.7z /spt-release/SPT-3.8.0-28965.7z
args: put -c /workspace/refringe/Build/release.7z /spt-release/SPT-3.8.0-28965.7z
env:
USERNAME: ${{ secrets.MEGA_EMAIL }}
PASSWORD: ${{ secrets.MEGA_PASSWORD }}