mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 01:10:46 -05:00
Update build.yaml to extract the 4th field from the release link
This commit is contained in:
parent
e2d5b93f8a
commit
e80b7fe4cd
@ -332,7 +332,7 @@ jobs:
|
||||
- name: Generating Release Link
|
||||
uses: Difegue/action-megacmd@master
|
||||
with:
|
||||
args: export -a "/spt-release/${{ steps.generate-filename.outputs.filename }}" -f
|
||||
args: export -a "/spt-release/${{ steps.generate-filename.outputs.filename }}" -f | awk '{print $4}'
|
||||
env:
|
||||
USERNAME: ${{ secrets.MEGA_EMAIL }}
|
||||
PASSWORD: ${{ secrets.MEGA_PASSWORD }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user