Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

fix: Forgor to change the name #17

fix: Forgor to change the name

fix: Forgor to change the name #17

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: "Build LibreExpFix"
run: ./gradlew build
- name: Archive build results
run: tar -I zstd -cf build.tar.zst versions/*/build/libs
- name: Upload build folder
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: build.tar.zst
if-no-files-found: error
retention-days: 3