Skip to content

Commit

Permalink
fpm_debian
Browse files Browse the repository at this point in the history
  • Loading branch information
AviralVerma13 authored Aug 4, 2022
1 parent d3f1611 commit aca38de
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
args: cargo install cargo-deb && cargo deb && rustup target add $BUILD_TARGET
- uses: actions/upload-artifact@v2
with:
name: fpm_linux_musl_x86_64.deb
path: target/x86_64-unknown-linux-musl/release/fpm.deb
name: fpm_debian
path: target/debian/${{ env.BINARY_NAME }}*
release-windows:
name: Build for Windows
runs-on: windows-latest
Expand Down Expand Up @@ -127,8 +127,8 @@ jobs:
path: ~/download/fpm_controller_linux_musl
- uses: actions/download-artifact@v2
with:
name: fpm_linux_musl_x86_64.deb
path: ~/download/fpm_linux_musl.deb
name: fpm_debian
path: ~/download/linux_musl
- uses: actions/download-artifact@v2
with:
name: windows_x64_latest
Expand All @@ -137,7 +137,7 @@ jobs:
run: |
mv ~/download/windows/fpm.exe ~/download/windows/fpm_windows_x86_64.exe
mv ~/download/macos/fpm ~/download/macos/fpm_macos_x86_64
mv ~/download/linux_musl/fpm_linux_musl.deb ~/download/linux_musl/fpm_linux_musl_x86_64.deb
mv ~/download/linux_musl/fpm_debian ~/download/linux_musl/fpm_linux_musl_x86_64.deb
mv ~/download/linux_musl/fpm ~/download/linux_musl/fpm_linux_musl_x86_64
mv ~/download/linux_musl/fpm.d ~/download/linux_musl/fpm_linux_musl_x86_64.d
mv ~/download/fpm_controller_linux_musl/fpm ~/download/fpm_controller_linux_musl/fpm_controller_linux_musl_x86_64
Expand All @@ -149,4 +149,3 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.inputs.releaseTag }}
prerelease: ${{ github.event.inputs.productionRelease && github.event.inputs.productionRelease == 'false' }}

0 comments on commit aca38de

Please sign in to comment.