Skip to content

Commit

Permalink
Tiny change.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsk569937453 committed May 8, 2023
1 parent 2f99f43 commit 7ba535a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ jobs:
- name: Install Dependencies
shell: bash
run: |
sudo apt update &&sudo apt -y upgrade &&sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev
sudo apt update &&sudo apt -y upgrade &&sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
- name: Build target
uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --release --target ${{ matrix.target }}

- name: Package
shell: bash
run: |
#strip target/${{ matrix.target }}/release/eagle
cd target/${{ matrix.target }}/release
tar czvf ../../../eagle-${{ matrix.target }}.tar.gz eagle
tar czvf ../../../eagle-${{ matrix.target }}.tar.gz eagle*
cd -
- name: Publish
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7ba535a

Please sign in to comment.