Skip to content

Commit

Permalink
Fix for npm upload failure (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-skipper authored Dec 5, 2023
1 parent 6ad49bb commit fa9e399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit fa9e399

Please sign in to comment.