Skip to content

Commit

Permalink
rclone
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Apr 30, 2024
1 parent 32f6723 commit c152f0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Get rclone Config
uses: actions/checkout@v4
with:
repository: ${{ vars.RCLONE_REPO }}
token: ${{ secrets.RCLONE_TOKEN }}
path: bin

- name: Change DNS Server
shell: pwsh
run: |
Expand All @@ -57,6 +50,13 @@ jobs:
$MultiEdition = [bool] "${{ inputs.MultiEdition }}"
.\msupdate.ps1
- name: Get rclone Config
uses: actions/checkout@v4
with:
repository: ${{ vars.RCLONE_REPO }}
token: ${{ secrets.RCLONE_TOKEN }}
path: bin

- name: Upload ISO to OneDrive
shell: pwsh
run: |
Expand Down

0 comments on commit c152f0d

Please sign in to comment.