Skip to content

Commit

Permalink
chore: optimise release process
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed Apr 27, 2021
1 parent b5670c3 commit cc2d381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build package
run: python setup.py sdist --formats=zip
- name: Rename build artifact
run: find dist/. -name "*.zip" -type f -exec bash -c 'x="{}"; mv -v "$x" "Filament_Scale_Enhanced.zip"' \;
run: find dist/. -name "*.zip" -type f -exec bash -c 'x="{}"; mv -v "$x" "dist/Filament_Scale_Enhanced.zip"' \;
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion filament_scale_enhanced/fse_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.2.4"
VERSION = "0.2.5"

0 comments on commit cc2d381

Please sign in to comment.