mirror of
https://github.com/ezhevita/YandexKeyExtractor
synced 2025-08-16 19:40:48 +07:00
Compare commits
6 Commits
ce705b635c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01b7d30754 | ||
|
|
40b0f2f582 | ||
|
|
5c3c2a9503 | ||
|
|
fd891dd613 | ||
|
|
a57d22a993 | ||
|
|
003c0609e3 |
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
@@ -36,13 +36,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download generic artifacts
|
- name: Download generic artifacts
|
||||||
uses: actions/download-artifact@v4.1.9
|
uses: actions/download-artifact@v5.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.event.repository.name }}
|
name: ${{ github.event.repository.name }}
|
||||||
path: out/${{ github.event.repository.name }}
|
path: out/${{ github.event.repository.name }}
|
||||||
|
|
||||||
- name: Download Windows artifacts
|
- name: Download Windows artifacts
|
||||||
uses: actions/download-artifact@v4.1.9
|
uses: actions/download-artifact@v5.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.event.repository.name }}-Windows
|
name: ${{ github.event.repository.name }}-Windows
|
||||||
path: out/${{ github.event.repository.name }}-Windows
|
path: out/${{ github.event.repository.name }}-Windows
|
||||||
|
|||||||
Reference in New Issue
Block a user