From 935b212d1a3cb24a074d2bcb3f9c4d85b596c7cb Mon Sep 17 00:00:00 2001 From: Simone Date: Sun, 17 May 2026 00:29:11 +0200 Subject: [PATCH] ci: sposta self-test.yml e build-nsInnoUnp.yml in .gitea/workflows --- {gitea => .gitea}/workflows/build-nsInnoUnp.yml | 5 +---- {gitea => .gitea}/workflows/self-test.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) rename {gitea => .gitea}/workflows/build-nsInnoUnp.yml (98%) rename {gitea => .gitea}/workflows/self-test.yml (96%) 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