Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
1blckhrt committed Dec 2, 2024
1 parent 8e0314a commit c5709ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
Rename-Item "dist\main.exe" $outputName
- name: Upload PyInstaller build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: built-application
path: dist\1blckhrt_video_generator_v1.1.exe

- name: Create GitHub Release
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: v1.1
release_name: "Release v1.1"
Expand Down

0 comments on commit c5709ef

Please sign in to comment.