Skip to content

Commit 10caacf

Browse files
committed
Update build.yml
1 parent 7a9b41f commit 10caacf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ jobs:
4444
with:
4545
tag: 'v${{ github.run_number }}'
4646
name: 'TheCyberHUB Desktop Release v${{ github.run_number }}'
47-
files: |
47+
artifacts: |
4848
dist/*.exe
4949
env:
50-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Ensure this token has the necessary permissions
5251

5352
# Optional: Clean up after the build
5453
- name: Cleanup

0 commit comments

Comments
 (0)