Update release file

This commit is contained in:
Den Delimarsky 🌺
2025-09-11 23:41:45 -07:00
parent ee6b83c1dd
commit 4b66f216e9
3 changed files with 91 additions and 117 deletions

View File

@@ -61,8 +61,8 @@ jobs:
- name: Create release package
if: steps.check_release.outputs.exists == 'false'
run: |
chmod +x scripts/create-release-packages.sh
./scripts/create-release-packages.sh ${{ steps.get_tag.outputs.new_version }}
chmod +x .github/workflows/scripts/create-release-packages.sh
.github/workflows/scripts/create-release-packages.sh ${{ steps.get_tag.outputs.new_version }}
- name: Generate release notes
if: steps.check_release.outputs.exists == 'false'