Skip to content

Commit

Permalink
installers
Browse files Browse the repository at this point in the history
  • Loading branch information
erwin1 committed Jan 1, 2022
1 parent 05af9e3 commit 6c2be7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
run: |
.github/scripts/build_app_linux.sh \
--type deb
mv App/target/installer/*.deb staging/BatterySim-${{ env.APP_VERSION }}.deb
mv target/installer/*.deb staging/BatterySim-${{ env.APP_VERSION }}.deb
echo ::set-output name=pathDeb::staging/BatterySim-${{ env.APP_VERSION }}.deb
.github/scripts/build_app_linux.sh \
--type rpm
mv App/target/installer/*.rpm staging/BatterySim-${{ env.APP_VERSION }}.rpm
mv target/installer/*.rpm staging/BatterySim-${{ env.APP_VERSION }}.rpm
echo ::set-output name=pathRpm::staging/BatterySim-${{ env.APP_VERSION }}.rpm
env:
APP_VERSION: ${{needs.create-release.outputs.app_version}}
Expand Down

0 comments on commit 6c2be7b

Please sign in to comment.