Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed Apr 5, 2024
1 parent 5afb81d commit c7374b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand All @@ -46,5 +46,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: GeneScape-${{ env.VERSION }}-${{ matrix.artifact-name }}.zip
name: GeneScape-${{ env.VERSION }}-${{ matrix.artifact-name }}
path: dist/GeneScape-latest.zip

0 comments on commit c7374b0

Please sign in to comment.