Skip to content

Commit

Permalink
.github/workflows: improve artifact creation and upload
Browse files Browse the repository at this point in the history
Date: 2024-02-01 16:06:22-07:00
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed Feb 1, 2024
1 parent a6db303 commit 3ea1f6d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@ jobs:
- name: Build all packages
id: build-packages
run: make all

- name: Compress and sign archives
run: ./build/archive-signing.sh
env:
BUILD_OS_NAME: win64

- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: geth-alltools
path: build/bin/*
name: geth-alltools-win64
path: core-geth*.zip*

0 comments on commit 3ea1f6d

Please sign in to comment.