Skip to content

Commit 2c97068

Browse files
committed
remove upload artifact
1 parent 433b02d commit 2c97068

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

.github/workflows/generator-windows.yml

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -483,20 +483,6 @@ jobs:
483483
name: topmostwindow-artifacts
484484
path: "./rustdesk"
485485

486-
- name: Upload unsigned
487-
if: env.UPLOAD_ARTIFACT == 'true'
488-
uses: actions/upload-artifact@master
489-
with:
490-
name: rustdesk-unsigned-windows-${{ matrix.job.arch }}
491-
path: rustdesk
492-
493-
# - name: Sign rustdesk files
494-
# if: env.UPLOAD_ARTIFACT == 'true' && env.SIGN_BASE_URL != ''
495-
# shell: bash
496-
# run: |
497-
# pip3 install requests argparse
498-
# BASE_URL=${{ secrets.SIGN_BASE_URL }} SECRET_KEY=${{ secrets.SIGN_SECRET_KEY }} python3 res/job.py sign_files ./rustdesk/
499-
500486
- name: Report Status
501487
uses: fjogeleit/http-request-action@v1
502488
with:
@@ -568,12 +554,6 @@ jobs:
568554
mv ./Package/bin/x64/Release/en-us/Package.msi ../../SignOutput/rustdesk.msi
569555
sha256sum ../../SignOutput/rustdesk.msi
570556
571-
# - name: Sign rustdesk self-extracted file
572-
# if: env.UPLOAD_ARTIFACT == 'true' && env.SIGN_BASE_URL != ''
573-
# shell: bash
574-
# run: |
575-
# BASE_URL=${{ secrets.SIGN_BASE_URL }} SECRET_KEY=${{ secrets.SIGN_SECRET_KEY }} python3 res/job.py sign_files ./SignOutput
576-
577557
- name: Report Status
578558
uses: fjogeleit/http-request-action@v1
579559
with:
@@ -608,27 +588,6 @@ jobs:
608588
run: |
609589
Expand-Archive -Path ./SignOutput/signed_files.zip -DestinationPath ./SignOutput/ -Force
610590
611-
# - name: Sign rustdesk self-extracted file
612-
# uses: GermanBluefox/code-sign-action@v7
613-
# if: env.UPLOAD_ARTIFACT == 'true'
614-
# with:
615-
# certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'
616-
# password: '${{ secrets.WINDOWS_PFX_PASSWORD }}'
617-
# certificatesha1: '${{ secrets.WINDOWS_PFX_SHA1_THUMBPRINT }}'
618-
# # certificatename: '${{ secrets.WINDOWS_PFX_NAME }}'
619-
# folder: './SignOutput'
620-
# recursive: false
621-
622-
# - name: Publish Release
623-
# uses: softprops/action-gh-release@v1
624-
# if: env.UPLOAD_ARTIFACT == 'true'
625-
# with:
626-
# prerelease: true
627-
# tag_name: ${{ env.TAG_NAME }}
628-
# files: |
629-
# ./SignOutput/rustdesk-*.msi
630-
# ./SignOutput/rustdesk-*.exe
631-
632591
- name: rename rustdesk.exe to filename.exe
633592
run: |
634593
mv ./SignOutput/rustdesk.exe "./SignOutput/${{ inputs.filename }}.exe" || echo "rustdesk"
@@ -638,15 +597,6 @@ jobs:
638597
run: |
639598
mv ./SignOutput/rustdesk.msi "./SignOutput/${{ inputs.filename }}.msi" || echo "rustdesk"
640599
641-
# - name: Upload to FTP
642-
# if: ${{ fromJson(inputs.extras).rdgen == 'true' }}
643-
# uses: SamKirkland/FTP-Deploy-Action@v4.3.5
644-
# with:
645-
# server: ${{ secrets.GEN_FTP_SERVER }}
646-
# username: ${{ secrets.GEN_FTP_USER }}
647-
# password: ${{ secrets.GEN_FTP_PASSWORD }}
648-
# local-dir: ./SignOutput/
649-
# server-dir: /root/rdgen/exe/${{ env.UUIDFOLDER }}/
650600
- name: send file to rdgen server
651601
if: ${{ fromJson(inputs.extras).rdgen == 'true' }}
652602
shell: bash

0 commit comments

Comments
 (0)