Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Reprint whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Dec 18, 2020
1 parent aa2105f commit 06ad8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
hub release create -m "Release $latest" "$latest" -R APICe-at-DISI/OOP-Lab-public || true
for file in $(ls); do
echo "Delivering file $file"
gh release upload -R 'APICe-at-DISI/OOP-Lab-public' "$latest" "$file" --clobber
gh release upload -R 'APICe-at-DISI/OOP-Lab-public' $latest "$file" --clobber
done

0 comments on commit 06ad8f1

Please sign in to comment.