Skip to content

Commit

Permalink
Update checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst authored Nov 4, 2024
1 parent b34fd68 commit 90db951
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: actions/download-artifact@v4.1.7
with:
name: rswift-dev
path: rswift-dev
- name: Put build into place
run: |
mkdir -p .build/release
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
uses: actions/download-artifact@v4.1.7
with:
name: rswift-dev
path: rswift-dev
- name: Put build into place
run: |
mkdir -p .build/release
Expand All @@ -84,6 +86,7 @@ jobs:
uses: actions/download-artifact@v4.1.7
with:
name: rswift-dev
path: rswift-dev
- name: Put build into place
run: |
mkdir -p .build/release
Expand All @@ -102,6 +105,7 @@ jobs:
uses: actions/download-artifact@v4.1.7
with:
name: rswift-dev
path: rswift-dev
- name: Put build into place
run: |
mkdir -p .build/release
Expand Down

0 comments on commit 90db951

Please sign in to comment.