mirror of
https://github.com/ezhevita/YandexKeyExtractor
synced 2025-08-16 19:40:48 +07:00
Update actions/upload-artifact action to v4 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@@ -17,14 +17,14 @@ jobs:
|
|||||||
- name: Publish generic
|
- name: Publish generic
|
||||||
run: dotnet publish -c Release -o out/generic -p:UseAppHost=false
|
run: dotnet publish -c Release -o out/generic -p:UseAppHost=false
|
||||||
- name: Upload generic artifacts
|
- name: Upload generic artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ github.event.repository.name }}
|
name: ${{ github.event.repository.name }}
|
||||||
path: out/generic
|
path: out/generic
|
||||||
- name: Publish Windows version
|
- name: Publish Windows version
|
||||||
run: dotnet publish -c Release -o out/win -p:PublishSingleFile=true -p:PublishTrimmed=true -r win-x64
|
run: dotnet publish -c Release -o out/win -p:PublishSingleFile=true -p:PublishTrimmed=true -r win-x64
|
||||||
- name: Upload Windows artifacts
|
- name: Upload Windows artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ github.event.repository.name }}-Windows
|
name: ${{ github.event.repository.name }}-Windows
|
||||||
path: out/win
|
path: out/win
|
||||||
|
|||||||
Reference in New Issue
Block a user