Skip to content

Commit

Permalink
fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Apr 22, 2024
1 parent d284843 commit a1e6409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
IMAGE_NAME: alexslemonade/scpcatools

jobs:
build_and_push_slim:
build_slim:
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: slim-image
path: /tmp/slim.tar
path: /tmp/scpcatools-slim.tar

build_and_push_matrix:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit a1e6409

Please sign in to comment.