mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Ensured repo si cloned durin publish workflow
This commit is contained in:
parent
2ac84ac8c4
commit
5c4e348078
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
|
@ -34,6 +34,8 @@ jobs:
|
|||
needs: ['build']
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
path: build
|
||||
|
|
Loading…
Add table
Reference in a new issue