Skip to content

Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 (#136) #307

Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 (#136)

Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 (#136) #307

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/gradle-build.yml@main
with:
java-version: ${{ vars.JAVA_VERSION }}
artifact-name: Gradle-Libs
dropbox:
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/dropbox-publish-artifact.yml@main
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
needs:
- build
with:
artifact-name: Gradle-Libs
source: "filesecure-shaded.jar"
target: "/Documents/JARs/FileSecure.jar"
secrets:
dropbox-token: ${{ secrets.DROPBOX_TOKEN }}