Github workflow fun

This commit is contained in:
2025-08-03 12:11:41 +03:00
parent c8eff53c84
commit f1d4c18e35

View File

@@ -65,6 +65,6 @@ jobs:
- name: Upload release artifacts
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.EKO_RELEASE_TOKEN }}
tag_name: ${{ github.ref_name }}
files: dist/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}