Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BibleNotify/BibleNotifyDesktop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: BibleNotify/BibleNotifyDesktop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 25, 2024

  1. Fix build.yml artifact actions version

    Correct-Syntax committed Dec 25, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4c36a2d View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 .github/workflows/build.yml
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
main.py
- name: Upload the Build Artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: Bible Notify Linux
path: "src/dist/BibleNotify/*"
@@ -82,7 +82,7 @@ jobs:
main.py
- name: Upload the Build Artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: Bible Notify macOS
path: "src/dist/BibleNotify/"
@@ -122,7 +122,7 @@ jobs:
pyinstaller --name "BibleNotify" --windowed --onedir --icon assets/icon.ico main.py
- name: Upload the Build Artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: Bible Notify Windows
path: "src/dist/BibleNotify/*"