Skip to content

Commit

Permalink
Update release-lin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mleduque authored Feb 5, 2024
1 parent d8233f9 commit 145c8eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
include:
- target: x86_64-unknown-linux-musl
archive: tar.gz
package: modda-cli
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand All @@ -22,6 +23,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
SRC_DIR: ${{ matrix.package }}
TOOLCHAIN_VERSION: stable
ARCHIVE_TYPES: ${{ matrix.archive }}
EXTRA_FILES: "README.md LICENSE"

0 comments on commit 145c8eb

Please sign in to comment.