Skip to content

Commit

Permalink
Merge pull request #170 from Zondax/fix/publish
Browse files Browse the repository at this point in the history
fix: publish installer script ci workflow
  • Loading branch information
emmanuelm41 authored Oct 24, 2024
2 parents 781c472 + cec2704 commit 82cc269
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Build NanoS
shell: bash -l {0}
run: |
PRODUCTION_BUILD=0 make buildS
PRODUCTION_BUILD=0 make
mv ./app/pkg/installer_s.sh ./app/pkg/installer_nanos.sh
- name: Set tag
id: nanos
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Build NanoSP
shell: bash -l {0}
run: |
PRODUCTION_BUILD=0 make buildS2
PRODUCTION_BUILD=0 make
mv ./app/pkg/installer_s2.sh ./app/pkg/installer_nanos_plus.sh
- name: Set tag
id: nanosp
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Build Stax
shell: bash -l {0}
run: |
PRODUCTION_BUILD=0 make buildST
PRODUCTION_BUILD=0 make
- name: Set tag
id: stax
run: echo "tag_name=$(./app/pkg/installer_stax.sh version)" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
- name: Build Flex
shell: bash -l {0}
run: |
PRODUCTION_BUILD=0 make buildFL
PRODUCTION_BUILD=0 make
- name: Set tag
id: flex
run: echo "tag_name=$(./app/pkg/installer_flex.sh version)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 82cc269

Please sign in to comment.