Skip to content

Commit

Permalink
ci: fixed Can't find 'action.yml', 'action.yaml' or 'Dockerfile'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed Jan 25, 2024
1 parent a802442 commit 7a5dd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Create executable
uses: ./.github/workflows/python-package
uses: ./.github/workflows/python-package.yml

- name: Download executable
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 7a5dd93

Please sign in to comment.