Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Try fix release build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob committed Sep 5, 2023
1 parent 701e2c2 commit 18a1342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build

- name: Locate binary
run: ls ${{github.workspace}}/build/src
run: ls -l ${{github.workspace}}/build/src
- name: Save binary in zip
uses: TonyBogdanov/[email protected]
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build

- name: Locate binary
run: ls ${{github.workspace}}/build/src
run: ls -l ${{github.workspace}}/build/src
- name: Save binary in zip
uses: TonyBogdanov/[email protected]
with:
Expand Down

0 comments on commit 18a1342

Please sign in to comment.