We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7479fbb commit 9f23f1cCopy full SHA for 9f23f1c
.github/workflows/generator-linux.yml
@@ -806,6 +806,17 @@ jobs:
806
needs: [build-rustdesk-linux,build-flatpak,build-appimage]
807
runs-on: ubuntu-latest
808
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
816
+ if: ${{ fromJson(inputs.extras).rdgen == 'false' }}
817
818
+ echo "STATUS_URL=${{ inputs.apiServer }}/api/updategh" >> $GITHUB_ENV
819
820
- name: Report Status
821
uses: fjogeleit/http-request-action@v1
822
with:
0 commit comments