Skip to content

Bump brace-expansion from 1.1.4 to 1.1.11 #2

Bump brace-expansion from 1.1.4 to 1.1.11

Bump brace-expansion from 1.1.4 to 1.1.11 #2

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'adopt' # See 'Supported distributions' for available options
java-version: '17'
- run: |
./bin/activator dist
- name: Upload server jar
uses: actions/upload-artifact@v4
with:
name: server-jar
retention-days: 7
path: target/universal/amikoweb-1.0-SNAPSHOT.zip