Skip to content

Commit

Permalink
ci: fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Sep 24, 2024
1 parent d395aec commit f0a8c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
VERSION="$GITHUB_REF_NAME" make ci-build-configuration
mkdir release
.github/scripts/plugin-manifest.sh
mv _output/* release
mv _output/$VERSION/* release
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f0a8c6a

Please sign in to comment.