Skip to content

Commit

Permalink
Update nym-connect-publish-windows10.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyv1987 committed Jul 26, 2023
1 parent 433282e commit 8d83e14
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nym-connect-publish-windows10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ jobs:
fileName: '.env'
encodedString: ${{ secrets.WALLET_ADMIN_ADDRESS }}

- name: Make directory nym-browser-extension/storage/pkg
shell: bash
run: mkdir -p nym-browser-extension/storage/pkg

- name: Install project dependencies
shell: bash
run: cd .. && yarn --network-timeout 100000
Expand Down Expand Up @@ -104,6 +100,7 @@ jobs:
nym-connect/desktop/target/release/bundle/msi/*.msi.zip*
- id: release-info
name: Prepare release info
shell: bash
run: |
ref=${{ github.ref_name }}
semver="${ref##nym-connect-}" && semver="${semver##v}"
Expand Down

0 comments on commit 8d83e14

Please sign in to comment.