mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-29 18:36:23 +02:00
[gha] drop commit describe
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
d0586c1652
commit
2a1683a660
1 changed files with 1 additions and 4 deletions
5
.github/workflows/build-windows.yml
vendored
5
.github/workflows/build-windows.yml
vendored
|
@ -25,9 +25,6 @@ jobs:
|
|||
msystem: ${{ matrix.msystem }}
|
||||
install: base-devel mingw-w64-${{ matrix.arch }}-gcc mingw-w64-${{ matrix.arch }}-boost mingw-w64-${{ matrix.arch }}-openssl mingw-w64-${{ matrix.arch }}-miniupnpc
|
||||
update: true
|
||||
- name: Git describe
|
||||
id: ghd
|
||||
uses: proudust/gh-describe@v1
|
||||
- name: Build application
|
||||
run: |
|
||||
mkdir -p obj/Win32 obj/libi2pd obj/libi2pd_client obj/daemon
|
||||
|
@ -35,5 +32,5 @@ jobs:
|
|||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: i2pd-${{ steps.ghd.outputs.describe }}-${{ matrix.arch_short }}.exe
|
||||
name: i2pd-${{ matrix.arch_short }}.exe
|
||||
path: i2pd.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue