Skip to content

Commit

Permalink
path is a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 12, 2024
1 parent 1b6b5c8 commit 2e88cba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: rundeck.deb
path: rd-cli-tool/build/distributions/rundeck-cli_${{ steps.get_rpm_version.outputs.VERSION }}-1_all.deb
path: rd-cli-tool/build/distributions
- name: deb/rpm install test
run: bash scripts/install-test.sh -deb
env:
UBUNTUVERS: ${{matrix.ubuntu}}
DEBJDK: ${{matrix.jdk}}
DEBFILE: rd-cli-tool/build/distributions/rundeck-cli_${{ steps.get_rpm_version.outputs.VERSION }}-1_all.deb
build:

runs-on: ubuntu-latest
Expand Down

0 comments on commit 2e88cba

Please sign in to comment.