Skip to content

Commit

Permalink
Update publish-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanForever committed Oct 8, 2022
1 parent b9a5790 commit c60e96e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,14 @@ jobs:
run: sed -i 's/<?define MyProductVersion = "0\.0\.1" ?>/<?define MyProductVersion = "${{ github.event.inputs.version }}" ?>/g' ./Windows/Installer/product.wxs

- name: Download Arduino CLI artifact
id: download-arduino-cli-artifact
uses: actions/download-artifact@v3
with:
name: arduino-cli-${{ env.ARDUINO_CLI_VERSION }}-${{matrix.build-platform}}.zip
path: ./Windows/External

- name: Unpack Arduino CLI executable and remove downloaded artifact
run: |
unzip ${{ steps.download-arduino-cli-artifact.outputs.download-path }} -d ./Windows/External
unzip ./Windows/External/arduino-cli-${{ env.ARDUINO_CLI_VERSION }}-${{matrix.build-platform}}.zip -d ./Windows/External
rm ./Windows/External/arduino-cli-${{ env.ARDUINO_CLI_VERSION }}-${{matrix.build-platform}}.zip
- name: Build
Expand Down

0 comments on commit c60e96e

Please sign in to comment.