Skip to content

Commit

Permalink
ci: fix syntax in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clementb49 committed Jun 2, 2024
1 parent 415735f commit 89721c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: download windows portable artifacts
id: download_artifacts
uses: actions/download-artifact@v4
with:
pattern: portable_basiliskLLM_${{ github.event.workflow_run.jobs.build_windows.version_number }}_*
Expand All @@ -25,7 +24,6 @@ jobs:
rm -rf $d
done
- name: download windows installer artifacts
id: download_artifacts
uses: actions/download-artifact@v4
with:
pattern: setup_basiliskLLM_${{ github.event.workflow_run.jobs.build_windows.version_number }}_*
Expand Down

0 comments on commit 89721c1

Please sign in to comment.