We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c805e32 commit c5442fcCopy full SHA for c5442fc
1 file changed
.github/workflows/gradle_ci.yml
@@ -13,14 +13,15 @@ jobs:
13
with:
14
java-version: ${{ vars.JAVA_VERSION }}
15
artifact-name: Gradle-Libs
16
+ artifact-path: build/libs/filesecure-shaded.jar
17
18
dropbox:
19
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/dropbox-publish-artifact.yml@main
20
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
21
needs:
22
- build
23
- artifact-name: Gradle-Libs
24
+ artifact-name: 'filesecure-shaded.jar'
25
source: "filesecure-shaded.jar"
26
target: "/Documents/JARs/FileSecure.jar"
27
environment: DropboxPersonal
0 commit comments