Skip to content

Commit

Permalink
Update release-xxx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mleduque committed Feb 5, 2024
1 parent d8233f9 commit cf40848
Show file tree
Hide file tree
Showing 3 changed files with 6 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"
2 changes: 2 additions & 0 deletions .github/workflows/release-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
include:
- target: x86_64-apple-darwin
archive: zip
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"
2 changes: 2 additions & 0 deletions .github/workflows/release-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
include:
- target: x86_64-pc-windows-gnu
archive: zip
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 cf40848

Please sign in to comment.