Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakura-Byte committed Jul 15, 2024
1 parent 64c4e54 commit 1719551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ jobs:
shell: bash
run: |
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then make release_dep_linux ; fi
mkdir -p build
make BETA_UPLOAD_ROOT=build ci_beta
rm build/*latest*
mkdir -p rclonebuild
make BETA_UPLOAD_ROOT=rclonebuild ci_beta
rm rclonebuild/*latest*
env:
RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
# working-directory: '$(modulePath)'
Expand All @@ -266,7 +266,7 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: 'build/*'
asset_path: 'rclonebuild/*'

lint:
if: ${{ github.event.inputs.manual == 'true' || (github.repository == 'Sakura-Byte/rclone' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name)) }}
Expand Down

0 comments on commit 1719551

Please sign in to comment.