Skip to content

Commit

Permalink
Merge pull request #23 from atlas-bi/dev
Browse files Browse the repository at this point in the history
fixed path
  • Loading branch information
sur.la.route committed Nov 25, 2021
2 parents fec8a63 + e127823 commit 121d681
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 @@ -27,7 +27,7 @@ jobs:

- name: Build deb
run: |
cd atlas/scripts
cd ./atlas/packages
cp -r "atlas-hub-<version>" "atlas-hub-$VERSION"
cd "atlas-hub-$VERSION"
find . -type f -name "*" -exec sed -i'' -e "s/<version>/$VERSION/g" {} +
Expand Down

0 comments on commit 121d681

Please sign in to comment.