Skip to content

Commit

Permalink
Use checkout action in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWorrall committed Feb 13, 2024
1 parent 4b80da7 commit c4d9350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -32,6 +32,7 @@ jobs:
runs-on: ubuntu-latest
needs: build-debs
steps:
- uses: actions/checkout@v2
- name: Fetch uploaded artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit c4d9350

Please sign in to comment.