Skip to content

Commit

Permalink
Merge pull request #93 from XanatosX/feature/fix-build-pipeline-for-now
Browse files Browse the repository at this point in the history
Add missing git checkout
  • Loading branch information
XanatosX authored Jun 8, 2023
2 parents 5eba2a3 + 8cf484e commit 071763d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/LatestBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ jobs:
needs: ["createWinFormsZip", "createAvaloniaZipWindows", "createAvaloniaZipLinux", "createAvaloniaZipDarwin"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ env.REF_CHECKOUT_BRANCH }}
- name: Download artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 071763d

Please sign in to comment.