Update build.yml

This commit is contained in:
Max W
2023-12-08 14:04:52 +01:00
parent b1257c57ae
commit ddfdd3a92e

View File

@ -46,6 +46,9 @@ jobs:
apt-get update
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin -y
- name: Checkout
uses: actions/checkout@v4
- name: Download .jar Artifact
uses: actions/download-artifact@v3
with: