Skip to content

Commit

Permalink
Fixes on file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
walkero-gr committed Dec 4, 2022
1 parent 29fe60b commit 4891baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ steps:
- mv ./*.info ./aiostreams/
- mv ./*.md ./aiostreams/docs/
- mv LICENSE ./aiostreams/docs/
- sed -i "s/RELEASE_DATE/$(date +'%Y%m%d')/" ./aiostreams/docs/aiostreams.guide ./aiostreams/CHANGELOG.md ./aiostreams/cmn.py
- sed -i "s/VERSION_TAG/${DRONE_TAG}/" ./aiostreams/docs/aiostreams.guide ./aiostreams/aminet.readme ./aiostreams/CHANGELOG.md ./aiostreams/os4depot.readme ./aiostreams/cmn.py
- sed -i "s/RELEASE_DATE/$(date +'%Y%m%d')/" ./aiostreams/docs/aiostreams.guide ./aiostreams/docs/CHANGELOG.md ./aiostreams/cmn.py
- sed -i "s/VERSION_TAG/${DRONE_TAG}/" ./aiostreams/docs/aiostreams.guide ./aiostreams/docs/CHANGELOG.md ./aiostreams/cmn.py ./aminet.readme ./os4depot.readme
- lha -aq2o6 aiostreams-${DRONE_TAG}.lha aiostreams/
- name: Prepare test release
image: walkero/lha-on-docker:latest
Expand Down

0 comments on commit 4891baf

Please sign in to comment.