From 1dcec594566e5dcc99cbf659ac46a7e3083e40d9 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 20 Feb 2026 23:44:55 -0500 Subject: [PATCH] Update .github/workflows/build.yaml --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 60be13d..0e4e7f5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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