Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/cspell-8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-skipper authored Dec 5, 2023
2 parents 5211776 + 929e745 commit 3d3be1b
Show file tree
Hide file tree
Showing 6 changed files with 523 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
if: steps.check_distance.outcome == 'success'
uses: actions/download-artifact@v3
with:
name: pyinstaller-onefolder-ubuntu-22.04
name: pyinstaller-onefolder-ubuntu-latest
path: artifacts
- name: Download Artifacts (windows)
if: steps.check_distance.outcome == 'success'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Download Artifacts (ubuntu)
uses: actions/download-artifact@v3
with:
name: pyinstaller-onefolder-ubuntu-22.04
name: pyinstaller-onefolder-ubuntu-latest
path: artifacts
- name: Download Artifacts (windows)
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
- name: Download Artifacts (ubuntu)
uses: actions/download-artifact@v3
with:
name: pyinstaller-onefile-ubuntu-22.04
name: pyinstaller-onefile-ubuntu-latest
path: artifacts
- name: Download Artifacts (windows)
uses: actions/download-artifact@v3
Expand Down
Loading

0 comments on commit 3d3be1b

Please sign in to comment.