mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-01-26 03:24:05 +00:00
chore(ci): try to fix pipeline
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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 }} .
|
||||
|
||||
Reference in New Issue
Block a user