Skip to content

Commit

Permalink
fix? release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajnasz committed Nov 10, 2023
1 parent 7742f6c commit bf4bb3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
- name: Test
run: |
make
./build.sh build
- run: |
- name: Release
uses: actions/checkout@v2
run: |
set -x
assets=()
for asset in build/*; do
Expand Down

0 comments on commit bf4bb3f

Please sign in to comment.