Skip to content

Commit 9f23f1c

Browse files
committed
fix linux deploy for api server
1 parent 7479fbb commit 9f23f1c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/generator-linux.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,17 @@ jobs:
806806
needs: [build-rustdesk-linux,build-flatpak,build-appimage]
807807
runs-on: ubuntu-latest
808808
steps:
809+
810+
- name: Set rdgen value
811+
if: ${{ fromJson(inputs.extras).rdgen == 'true' }}
812+
run: |
813+
echo "STATUS_URL=${{ secrets.GENURL }}/updategh" >> $GITHUB_ENV
814+
815+
- name: Set rdgen value
816+
if: ${{ fromJson(inputs.extras).rdgen == 'false' }}
817+
run: |
818+
echo "STATUS_URL=${{ inputs.apiServer }}/api/updategh" >> $GITHUB_ENV
819+
809820
- name: Report Status
810821
uses: fjogeleit/http-request-action@v1
811822
with:

0 commit comments

Comments
 (0)