From 15a69fd0de528761a1f015ef1e864df92c2b8bf9 Mon Sep 17 00:00:00 2001 From: Masterain Date: Wed, 11 Jan 2023 20:42:42 -0800 Subject: [PATCH] Delete PrereleaseDistribution.yml --- .github/workflows/PrereleaseDistribution.yml | 41 -------------------- 1 file changed, 41 deletions(-) delete mode 100644 .github/workflows/PrereleaseDistribution.yml diff --git a/.github/workflows/PrereleaseDistribution.yml b/.github/workflows/PrereleaseDistribution.yml deleted file mode 100644 index 63f25232..00000000 --- a/.github/workflows/PrereleaseDistribution.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: PublishDistribution - -on: - release: - types: [prereleased] - - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - Publish: - runs-on: ubuntu-latest - - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - name: Checkout Repo - uses: actions/checkout@v3 - - # Download Assets - - name: Download Release - timeout-minutes: 5 - uses: robinraju/release-downloader@v1.7 - with: - repository: "DGP-Studio/Snap.Hutao" - latest: true - fileName: "*.msix" - out-file-path: ./release-download - - # Upload to Drive - - name: Upload Drive - timeout-minutes: 15 - env: - RCCONF: ${{ secrets.RCCONF }} - run: | - curl https://rclone.org/install.sh | sudo bash - mkdir -p ~/.config/rclone/ - cat << EOF > ~/.config/rclone/rclone.conf - $RCCONF - EOF - - rclone copy ./release-download/* dgpODCN:/releases/Alpha/