Update build.yml

This commit is contained in:
Hiddify
2024-01-18 22:17:01 +01:00
committed by GitHub
parent b20eb1705a
commit 6034efbf10

View File

@@ -254,6 +254,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
with:
# by default, it uses a depth of 1
# this fetches all history so that we can read each commit
fetch-depth: 0
- name: Download Artifact
uses: actions/download-artifact@v3
with: