WIP: Vendoo 1.44.0 – UX Foundation & Guided Workspaces #29
@@ -159,7 +159,19 @@ jobs:
|
||||
|
||||
- name: Vollständigen Vendoo-Releasevertrag unter Windows ausführen
|
||||
shell: pwsh
|
||||
run: npm run verify:all
|
||||
run: |
|
||||
& npm.cmd run verify:all 2>&1 | Tee-Object -FilePath "$env:RUNNER_TEMP\windows-release-contract.txt"
|
||||
$exitCode = $LASTEXITCODE
|
||||
if ($exitCode -ne 0) { exit $exitCode }
|
||||
|
||||
- name: Windows-Releasevertrag bei Fehler sichern
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows-release-contract-${{ github.event.pull_request.head.sha || github.sha }}
|
||||
path: ${{ runner.temp }}/windows-release-contract.txt
|
||||
if-no-files-found: warn
|
||||
retention-days: 14
|
||||
|
||||
package-after-acceptance:
|
||||
name: Updater-3.4-Paket nach Abnahme
|
||||
@@ -235,4 +247,4 @@ jobs:
|
||||
release-output/*.zip
|
||||
release-output/*.zip.sha256
|
||||
if-no-files-found: error
|
||||
retention-days: 14
|
||||
retention-days: 14
|
||||
Reference in New Issue
Block a user