Skip to content

Commit c5442fc

Browse files
committed
Fix artifact path
1 parent c805e32 commit c5442fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/gradle_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ jobs:
1313
with:
1414
java-version: ${{ vars.JAVA_VERSION }}
1515
artifact-name: Gradle-Libs
16+
artifact-path: build/libs/filesecure-shaded.jar
1617

1718
dropbox:
1819
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/dropbox-publish-artifact.yml@main
1920
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
2021
needs:
2122
- build
2223
with:
23-
artifact-name: Gradle-Libs
24+
artifact-name: 'filesecure-shaded.jar'
2425
source: "filesecure-shaded.jar"
2526
target: "/Documents/JARs/FileSecure.jar"
2627
environment: DropboxPersonal

0 commit comments

Comments
 (0)