Skip to content

Commit

Permalink
Update preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Aug 16, 2023
1 parent b6c2221 commit e6cac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set the version
run: |
DEV=${{ steps.get_version.outputs.version }}
sed -i -e "s/DEV/${DEV}/g" ./extended/.minecraft/config/fancymenu/customization/tfg_version.txt
sed -i -e "s/DEV/${DEV}/g" extended/.minecraft/config/fancymenu/customization/tfg_version.txt
sed -i -e "s/DEV/${DEV}/g" ./manifest.json
sed -i -e "s/DEV/${DEV}/g" ./instance.cfg
sed -i -e "s/DEV/${DEV}/g" ./.minecraft/config/fancymenu/customization/tfg_version.txt
Expand Down

0 comments on commit e6cac14

Please sign in to comment.