Skip to content

Commit

Permalink
misc: checkout repo in upload archive action
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Oct 6, 2024
1 parent 4552fdc commit a5ac6b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@ jobs:
name: Upload archive to site

steps:
- name: Checkout master
uses: actions/checkout@master
with:
ref: "${{ github.sha }}"

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

0 comments on commit a5ac6b3

Please sign in to comment.