Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bishop-333 authored Oct 17, 2023
1 parent 43ff53e commit d11f7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
if: matrix.cc == 'gcc' && matrix.btype == 'release'
with:
name: release-linux-${{ matrix.arch }}
path: build/release-darwin-universal2
path: bin
if-no-files-found: error
retention-days: 5

Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
if: matrix.cc == 'gcc' && matrix.btype == 'release'
with:
name: release-darwin-universal2
path: build/
path: build/release-darwin-universal2
if-no-files-found: error
retention-days: 5

Expand Down

0 comments on commit d11f7a0

Please sign in to comment.