chore(ci): try to fix pipeline

This commit is contained in:
2025-02-08 23:38:33 +02:00
parent 174e79e09e
commit 8477f4584d
2 changed files with 2 additions and 99 deletions

View File

@@ -53,11 +53,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: gibidify-linux
path: ./build
path: .
- name: Build Docker image
shell: bash
run: |
cp ./build/gibidi-linux ./gibidi
cp ./gibidi-linux ./gibidi
chmod +x ./gibidi
docker build -t ghcr.io/${{ github.repository }}/gibidi:${{ github.ref_name }} .