Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thmshmm committed May 5, 2024
1 parent 9adda11 commit 43bc70b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
- name: Build binary
run: |
nix develop --ignore-environment --command "cargo" "build" "--release" "--target" "${{ matrix.platform.target }}"
ls -la
- name: Archive
shell: bash
run: |
ls -la
cd result/bin
tar czvf ../../taskui-${{ matrix.platform.target }}.tar.gz taskui
cd -
Expand Down

0 comments on commit 43bc70b

Please sign in to comment.