Skip to content

Commit

Permalink
correct bug on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
core software devel committed Aug 10, 2024
1 parent 09fb139 commit fbb347c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
make all
mkdir -p ./artifacts
cp scanoss ./artifacts/scanoss
cp LICENSE ./artifacts/LICENSE
cp LICENSES/GPL-2.0-only.txt ./artifacts/LICENSE
echo "Produced artifact at ${PWD}/artifacts/scanoss"
- name: 'Tar files'
Expand Down

0 comments on commit fbb347c

Please sign in to comment.