Test-Artifacts-CI/.gitea/workflows/build.yml
Radim Lipovčan e4d29ce297
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 3m37s
Aktualizovat .gitea/workflows/build.yml
2024-12-11 20:04:25 +01:00

27 lines
861 B
YAML

name: Build Folio
run-name: Build Folio latest Jar
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Build | Prepare packages
run: |
apt update; apt-get install software-properties-common -y
wget -O- https://apt.corretto.aws/corretto.key | apt-key add -
add-apt-repository 'deb https://apt.corretto.aws stable main'
apt-get update; apt-get install -y java-17-amazon-corretto-jdk
- name: Setup git
run: |
echo "asdfdf" > text.txt
ls
cat text.txt
- name: Build | Prepare packages
run: |
echo "asdasdf" > text.txt
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: text.txt