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 dab344c commit 701e2c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build

- name: Locate binary
run: ls ${{github.workspace}}/build/src
- name: Save binary in zip
uses: montudor/action-zip@v1.0.0
uses: TonyBogdanov/zip@1.0
with:
args: zip filc-ubuntu22.04.zip ${{github.workspace}}/build/src/filc
# - name: Upload to Release
Expand Down Expand Up @@ -57,8 +59,10 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build

- name: Locate binary
run: ls ${{github.workspace}}/build/src
- name: Save binary in zip
uses: montudor/action-zip@v1.0.0
uses: TonyBogdanov/zip@1.0
with:
args: zip filc-macos12.zip ${{github.workspace}}/build/src/filc
# - name: Upload to Release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ grammar : [https://fil.ktraini.com/doc/advanced/grammar](https://fil.ktraini.com
- [Setup Java](https://github.com/marketplace/actions/setup-java-jdk)
- [Codecov coverage report](https://github.com/marketplace/actions/codecov)
- [Codacy coverage report](https://github.com/marketplace/actions/codacy-coverage-reporter)
- [Zip action](https://github.com/marketplace/actions/action-zip)
- [tonybogdanov-zip](https://github.com/marketplace/actions/tonybogdanov-zip)
- [Upload to release](https://github.com/marketplace/actions/upload-to-release)
- [Install LLVM](https://github.com/marketplace/actions/install-llvm-and-clang)

Expand Down

0 comments on commit 701e2c2

Please sign in to comment.