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 18a1342 commit 1ceee9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:

- name: Locate binary
run: ls -l ${{github.workspace}}/build/src
- name: Save binary in zip
uses: TonyBogdanov/zip@1.0
- name: Save binary in tar
uses: a7ul/tar-action@v1.1.0
with:
args: zip filc-ubuntu22.04.zip ${{github.workspace}}/build/src/filc
command: c
files: |
${{github.workspace}}/build/src/filc
outPath: zip filc-ubuntu22.04.tar.gz
# - name: Upload to Release
# uses: JasonEtco/[email protected]
# with:
Expand Down Expand Up @@ -61,10 +64,13 @@ jobs:

- name: Locate binary
run: ls -l ${{github.workspace}}/build/src
- name: Save binary in zip
uses: TonyBogdanov/zip@1.0
- name: Save binary in tar
uses: a7ul/tar-action@v1.1.0
with:
args: zip filc-macos12.zip ${{github.workspace}}/build/src/filc
command: c
files: |
${{github.workspace}}/build/src/filc
outPath: filc-macos12.tar.gz
# - name: Upload to Release
# uses: JasonEtco/[email protected]
# with:
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)
- [tonybogdanov-zip](https://github.com/marketplace/actions/tonybogdanov-zip)
- [Tar action](https://github.com/marketplace/actions/tar-action)
- [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 1ceee9a

Please sign in to comment.