Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Jul 30, 2023
1 parent 340e05f commit 9f2d941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package_installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Install dependencies
run: |
pip3 install -r scripts/asset-publisher/publish_assets.py
pip3 install -r scripts/asset-publisher/requirements.txt
- name: "Upload assets to release"
if: github.event_name == 'prerelease' || github.event_name == 'release'
Expand All @@ -134,4 +134,4 @@ jobs:
RELEASE_ID: ${{ github.event.release.id }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
run: python3 .github/scripts/upload_assets.py
run: python3 scripts/asset-publisher/publish_assets.py

0 comments on commit 9f2d941

Please sign in to comment.