We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c58dc8 commit aa63598Copy full SHA for aa63598
1 file changed
.github/workflows/build.yml
@@ -39,7 +39,8 @@ jobs:
39
tag: ${{ github.ref_name }}
40
41
- name: Upload EXILED DLL
42
- if: startsWith(github.ref, 'refs/tags/')
+ env:
43
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
uses: actions/upload-release-asset@v1
45
with:
46
upload_url: ${{ steps.create_release.outputs.upload_url }}
@@ -48,7 +49,8 @@ jobs:
48
49
asset_content_type: application/octet-stream
50
51
- name: Upload LabAPI DLL
52
53
54
55
56
0 commit comments