[CI] Forgejo Actions based release process (squash) add assets sources-tarbal

bindata.go is a file, not a directory

Refs: https://codeberg.org/forgejo/forgejo/issues/1115
This commit is contained in:
Earl Warren 2023-07-25 17:26:35 +02:00
parent 3746600496
commit bd88a44778
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
#
# Verify `make generate` files are available
#
test -d modules/public/bindata.go
test -f modules/public/bindata.go
#
# Sanity check to verify that the source tarbal knows the
# version and is able to rebuild itself from it.