mirror of
https://github.com/syncthing/syncthing.git
synced 2025-12-23 22:18:14 -05:00
build: release job needs full checkout with tags
This commit is contained in:
3
.github/workflows/build-syncthing.yaml
vendored
3
.github/workflows/build-syncthing.yaml
vendored
@@ -782,6 +782,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.ref }} # https://github.com/actions/checkout/issues/882
|
||||
|
||||
- name: Download signed packages
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user