Skip to content

Commit

Permalink
Update release workflow packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jan 12, 2025
1 parent a5a261b commit f3fde9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ jobs:
run: |
staging="yek-${{ matrix.target }}"
mkdir -p "$staging"
if [ "${{ matrix.os }}" = "windows-latest" ]; then
cp "target/${{ matrix.target }}/release/${{ matrix.artifact_name }}.exe" "$staging/"
else
cp "target/${{ matrix.target }}/release/${{ matrix.artifact_name }}" "$staging/"
fi
cp "target/${{ matrix.target }}/release/${{ matrix.artifact_name }}" "$staging/"
tar czf "${{ matrix.asset_name }}" "$staging"
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f3fde9d

Please sign in to comment.