diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2fb11f4..4038d28 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -74,8 +74,8 @@ uploads: - name: gitea method: PUT mode: binary - target: https://git.destefano.cloud/api/packages/fdestefano/generic/{{ .ProjectName }}/{{ .Version }}_{{ .Os }}_{{ .Arch }}/{{ .ArtifactName }} - username: texasmade + target: https://git.destefano.cloud/api/packages/texasmade/generic/{{ .ProjectName }}/{{ .Version }}_{{ .Os }}_{{ .Arch }}/{{ .ArtifactName }} + username: fdestefano # Password/token comes from the env var {NAME}_SECRET -> GITEA_SECRET. custom_headers: Content-Type: application/octet-stream