Update .github/workflows/build.yaml
Some checks failed
Build Electron / Build Dockerfile (push) Successful in 5m6s
Build Electron / Build Electron (push) Failing after 0s

This commit is contained in:
2026-02-20 23:44:55 -05:00
parent 0e626a0838
commit 1dcec59456

View File

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