Skip to content

Commit

Permalink
Fix move command
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski committed Feb 24, 2024
1 parent a1fe6b1 commit 9df0986
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 @@ -84,7 +84,7 @@ jobs:
TAG="v$(date +'%d%m%Y')-$(echo ${{ github.sha }} | cut -c1-8)"
echo "Creating release tag $TAG"
echo "::set-output name=tag::$TAG"
- run: mv ./artifacts/**/marshaller-*
- run: mv ./artifacts/**/marshaller-* ./
- name: Create release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 9df0986

Please sign in to comment.