Skip to content

do not display error if resource not found #1018

do not display error if resource not found

do not display error if resource not found #1018

Workflow file for this run

name: Jar build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
attestations: write
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Build with Ant
run: ant -noinput -buildfile build.xml peergos_submodule_sync dist
- name: Create jar attestation
uses: actions/[email protected]
with:
subject-path: '${{ github.workspace }}/server/Peergos.jar'
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Peergos.jar
path: "./server/Peergos.jar"