Skip to content

Commit

Permalink
Refactor GitHub Actions workflow to use actions/download-artifact@v4 …
Browse files Browse the repository at this point in the history
…and update permissions
  • Loading branch information
JakubAndrysek committed Sep 22, 2024
1 parent dc79107 commit 5508651
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
build-windows:
permissions: write-all
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -32,6 +33,7 @@ jobs:
path: ForrestHub-app/dist/ForrestHub.exe

build-macos:
permissions: write-all
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion ForrestHub-app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class Config:
VERSION = "1.2.2"
VERSION = "1.2.3"
DATAFILE = "ForrestHub-data.json"
LOG_FOLDER = "ForrestHub-logs"
ALLOWED_EXTENSIONS = ["json"]
Expand Down
2 changes: 1 addition & 1 deletion ForrestHub-app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ForrestHub App',
version='1.2.2',
version='1.2.3',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ForrestHub

![ForrestHub](https://github.com/Helceletka/ForrestHub/blob/main/ForrestHub-app/assets/img/forrestHub.png?raw=true)

Download the latest version of the ForrestHub app:
- [Windows](https://github.com/Helceletka/ForrestHub/releases/latest/download/ForrestHub-Windows.exe)
Expand Down

0 comments on commit 5508651

Please sign in to comment.