Skip to content

Commit

Permalink
fix typo in build-linux-installer.yml and build-linux-arm64-installer…
Browse files Browse the repository at this point in the history
….yml
  • Loading branch information
arvidn authored and richardkiss committed Jun 19, 2021
1 parent dfc79fa commit d2d8690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-arm64-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if [ -n "$SECRET" ]; then HAS_SECRET='true' ; fi
echo ::set-output name=HAS_SECRET::${HAS_SECRET}
env:
SECRET: "${{ secrets.test_pypi_password }"
SECRET: "${{ secrets.test_pypi_password }}"

- name: Build ARM64 Installer
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if [ -n "$SECRET" ]; then HAS_SECRET='true' ; fi
echo ::set-output name=HAS_SECRET::${HAS_SECRET}
env:
SECRET: "${{ secrets.test_pypi_password }"
SECRET: "${{ secrets.test_pypi_password }}"

- name: Run install script
env:
Expand Down

0 comments on commit d2d8690

Please sign in to comment.