Skip to content

Commit

Permalink
Actually download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Apr 27, 2021
1 parent e233041 commit 6a9a600
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Download all artifacts
uses: actions/download-artifact@v2
with:
path: ./artifacts/
- name: Run CreatePackage.ps1 script
run: .\CreateChocoPackage\CreatePackage.ps1
shell: powershell
Expand Down

0 comments on commit 6a9a600

Please sign in to comment.