Skip to content

updated URLs & paths & deployment #14

updated URLs & paths & deployment

updated URLs & paths & deployment #14

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: JavaFTD2XX (pre)release build
on:
#push:
# branches: [ master ]
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4

Check failure on line 19 in .github/workflows/deploy-snapshot-JavaFTD2XX.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-snapshot-JavaFTD2XX.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: 1.8
- name: Build with Maven and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B -Dmaven.test.skip=true --settings .github/settings.xml -P update-native-libs clean package install deploy