Skip to content
forked from rehlds/ReHLDS

Commit f8d44a6

Browse files
authored
Update build.yml
1 parent d9ff4fd commit f8d44a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,14 +346,11 @@ jobs:
346346
uses: softprops/action-gh-release@v2
347347
id: publish-job
348348
if: |
349-
# startsWith(github.ref, 'refs/tags/') &&
350349
steps.packaging-job.outcome == 'success'
351350
with:
352351
files: |
353352
*.zip
354353
*.7z
355354
*.asc
356-
*.sig
357355
env:
358-
# GITHUB_TOKEN: ${{ secrets.API_TOKEN }}
359356
GITHUB_TOKEN: ${{ secrets.EPICMORG_LABELS_PAT }}

0 commit comments

Comments
 (0)