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