Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
278a915cd3 |
@@ -150,7 +150,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Parserdiagnose bei Fehler sichern
|
- name: Parserdiagnose bei Fehler sichern
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: powershell-parser-diagnostics-${{ github.event.pull_request.head.sha || github.sha }}
|
name: powershell-parser-diagnostics-${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
path: ${{ runner.temp }}/powershell-parser-diagnostics.txt
|
path: ${{ runner.temp }}/powershell-parser-diagnostics.txt
|
||||||
@@ -228,7 +228,7 @@ jobs:
|
|||||||
)
|
)
|
||||||
|
|
||||||
- name: Abgenommenes Paket als CI-Artefakt bereitstellen
|
- name: Abgenommenes Paket als CI-Artefakt bereitstellen
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: vendoo-1.43.0-updater-3.4-${{ github.event.pull_request.head.sha || github.sha }}
|
name: vendoo-1.43.0-updater-3.4-${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ jobs:
|
|||||||
--clobber
|
--clobber
|
||||||
|
|
||||||
- name: Build-Artefakte sichern
|
- name: Build-Artefakte sichern
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.package.outputs.package_name }}
|
name: ${{ steps.package.outputs.package_name }}
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user