Skip to content

chore(CI): updates actions versions #37

chore(CI): updates actions versions

chore(CI): updates actions versions #37

Workflow file for this run

name: Android CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 11
distribution: zulu
- name: Run CI
run: make ci
- name: Upload artifact
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v4
with:
name: atinternet-dispatcher.zip
path: release/
override: true