Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
int-72h authored Dec 29, 2023
1 parent 5f313d9 commit fb4897c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
with:
lfs: true
- name: Download Windows artifact
id: download-artifact
id: download-win-artifact
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: windows.yml
workflow_conclusion: success
repo: adastralgroup/winter
- name: Download artifact
id: download-artifact
- name: Download Linux artifact
id: download-lin-artifact
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit fb4897c

Please sign in to comment.