Change artifact upload condition to nightly tag

This commit is contained in:
Michał Lewandowski
2026-07-04 16:15:41 +02:00
committed by GitHub
parent 9a6442f38d
commit 8cdf238c27
+1 -1
View File
@@ -182,8 +182,8 @@ jobs:
- name: Upload Artifact to Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: nightly
files: ${{ github.workspace }}/${{ steps.get_version.outputs.filename }}.7z
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}