Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <[email protected]>
  • Loading branch information
ndeloof committed Mar 15, 2024
1 parent 1b631e0 commit 0d5c053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: compose-spec
name: composes_pec
path: ./bin/*
if-no-files-found: error

Expand All @@ -49,7 +49,7 @@ jobs:
name: Download artifacts
uses: actions/download-artifact@v4
with:
name: compose-spec
name: composes_pec
path: bin/release
-
name: GitHub Release
Expand Down

0 comments on commit 0d5c053

Please sign in to comment.