From 701e2c2d2499652e3152f921613d081ecaec6740 Mon Sep 17 00:00:00 2001 From: Kevin Traini Date: Tue, 5 Sep 2023 09:48:08 +0200 Subject: [PATCH] Try fix release build workflow --- .github/workflows/builds.yml | 8 ++++++-- README.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 3bf06e2d..7043ecd5 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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 @@ -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 diff --git a/README.md b/README.md index 28a17b13..9ef7b17f 100644 --- a/README.md +++ b/README.md @@ -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)