Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jun 21, 2024
1 parent 5812e07 commit a4db5a6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/DDTV_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,12 @@ jobs:
Get-ChildItem -Path "Server/build_output" -File -Recurse | ForEach-Object Name
shell: powershell


- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: DDTV-Server-${{ matrix.os }}-${{ matrix.runtime }}
path: Server/build_output

- uses: moomiji/docker-ddtv@v5
if: runner.os == 'Linux'
env:
Expand All @@ -230,13 +235,6 @@ jobs:
os_id: ${{ contains(matrix.runtime, 'musl') && 'alpine' || 'debian' }}
dotnet-image-version: ${{ contains(matrix.runtime, 'musl') && '8.0-alpine' || '8.0' }}

- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: DDTV-Server-${{ matrix.os }}-${{ matrix.runtime }}
pattern: DDTV-*
path: Server/build_output

Desktop:
strategy:
matrix:
Expand Down

0 comments on commit a4db5a6

Please sign in to comment.