Skip to content

Commit

Permalink
Merge pull request #78 from scanoss/5.4.8
Browse files Browse the repository at this point in the history
correct bug on github action
  • Loading branch information
mscasso-scanoss authored Aug 10, 2024
2 parents 1d8858a + fbb347c commit 3627a57
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 3627a57

Please sign in to comment.