diff --git a/gitea/workflows/build-nsInnoUnp.yml b/.gitea/workflows/build-nsInnoUnp.yml similarity index 98% rename from gitea/workflows/build-nsInnoUnp.yml rename to .gitea/workflows/build-nsInnoUnp.yml index 27654ee..3def4ec 100644 --- a/gitea/workflows/build-nsInnoUnp.yml +++ b/.gitea/workflows/build-nsInnoUnp.yml @@ -97,7 +97,4 @@ jobs: $zipBytes = [System.IO.File]::ReadAllBytes( (Resolve-Path $zipName).ProviderPath) Invoke-RestMethod -Method Post -Uri $uploadUrl ` - -Headers $uploadHeaders -Body $zipBytes | Out-Null - Write-Host "Uploaded asset: $zipName" - } - + -Headers $uploadHeaders -Body $zipBytes | Out-Null \ No newline at end of file diff --git a/gitea/workflows/self-test.yml b/.gitea/workflows/self-test.yml similarity index 96% rename from gitea/workflows/self-test.yml rename to .gitea/workflows/self-test.yml index 8bab687..24aaf5e 100644 --- a/gitea/workflows/self-test.yml +++ b/.gitea/workflows/self-test.yml @@ -43,4 +43,4 @@ jobs: artifact-source: '/opt/ci/output' guest-os: 'Linux' job-id-suffix: 'smoke-linux' - artifact-name: 'smoke-linux-${{ github.run_id }}' + artifact-name: 'smoke-linux-${{ github.run_id }}' \ No newline at end of file