Update .github/workflows/build.yaml
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -48,9 +48,9 @@ jobs:
|
||||
if [ "${{github.ref_name}}" = "master" ]; then
|
||||
/app/entrypoint.sh
|
||||
curl -X PUT -H "Authorization: token ${{ secrets.DEPLOY_TOKEN }}" --upload-file /out/Momentum-darwin-x64.zip \
|
||||
https://git.zakscode.com/api/packages/momentum/generic/electron/latest/Momentum-darwin-x64.zip
|
||||
https://git.zakscode.com/api/packages/ztimson/generic/electron/latest/Momentum-darwin-x64.zip
|
||||
curl -X PUT -H "Authorization: token ${{ secrets.DEPLOY_TOKEN }}" --upload-file /out/Momentum-linux-x64.zip \
|
||||
https://git.zakscode.com/api/packages/momentum/generic/electron/latest/Momentum-linux-x64.zip
|
||||
https://git.zakscode.com/api/packages/ztimson/generic/electron/latest/Momentum-linux-x64.zip
|
||||
curl -X PUT -H "Authorization: token ${{ secrets.DEPLOY_TOKEN }}" --upload-file /out/Momentum-win32-x64.zip \
|
||||
https://git.zakscode.com/api/packages/momentum/generic/electron/latest/Momentum-win32-x64.zip
|
||||
https://git.zakscode.com/api/packages/ztimson/generic/electron/latest/Momentum-win32-x64.zip
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user