Skip to content

Commit

Permalink
Checkout .nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortDevelopment committed Jun 27, 2024
1 parent b00442b commit 3318b21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ jobs:
runs-on: ubuntu-latest
needs: [linux, windows]
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Download Windows Build
uses: actions/download-artifact@v4
with:
name: windows
path: runtimes

- name: Download Linux Build
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 3318b21

Please sign in to comment.