Skip to content

Commit

Permalink
fix: add support for actions/upload-artifact#598
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraetzschmar committed Sep 3, 2024
1 parent d4cd3e8 commit 87ae8f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: source
include-hidden-files: true
path: |
.
!.git
Expand Down Expand Up @@ -133,6 +134,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: binary-${{ matrix.arch }}
include-hidden-files: true
path: .build
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87ae8f7

Please sign in to comment.