Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 25, 2024
1 parent dc3fa87 commit 33f69fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ jobs:
path: binaries
pattern: baboon-*
- name: Prepare layout
run: bash ./devops/prepare-dist.sh . ./binaries
run: bash ./devops/prepare-dist.sh ./binaries ./
- uses: softprops/action-gh-release@v2
id: create-release
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
dist-bin/**
dist-zip/**
./dist-bin/**
./dist-zip/**

0 comments on commit 33f69fc

Please sign in to comment.