Skip to content

Commit

Permalink
ci: fix release workflow (#934)
Browse files Browse the repository at this point in the history
The `onedrive` job key was duplicated.
  • Loading branch information
CBenoit authored Jul 24, 2024
1 parent fcb5683 commit 84efdb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
}
}
onedrive:
onedrive-gateway:
name: OneDrive (Devolutions Gateway)
runs-on: ubuntu-20.04
needs: preflight
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
remote: releases
source_path: ${{ steps.prepare.outputs.files-to-upload }}

onedrive:
onedrive-agent:
name: OneDrive (Devolutions Agent)
runs-on: ubuntu-20.04
needs: preflight
Expand Down

0 comments on commit 84efdb6

Please sign in to comment.