Skip to content

Commit

Permalink
fix: 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi committed Nov 23, 2023
1 parent 97fd406 commit e2d45b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-binary-pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: publish-binary-pypi

on:
release:
types: [created]
push:
branches:
- master

jobs:
publish:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
tag_name: ${{ steps.create_tag.outputs.version }}
files: dist/ntfsdump.exe
name: Release ${{ steps.create_tag.outputs.version }}
body: 'Release description here'
body: 'This release was automatically created by GitHub Actions.'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: upload asset to release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ needs.build-windows.outputs.version }}
files: dist/ntfsdump
tag_name: ${{ needs.build-windows.outputs.tag_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ntfsdump"
version = "2.5.0"
version = "2.5.1"
description = "An efficient tool for extracting files, directories, and alternate data streams directly from NTFS image files."
authors = ["sumeshi <sum3sh1@protonmail.com>"]
license = "LGPLv3+"
Expand Down

0 comments on commit e2d45b7

Please sign in to comment.