Skip to content

Commit

Permalink
CI build workflow debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gpg4b committed Aug 26, 2024
1 parent f62ff72 commit bbea79a
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .github/workflows/build-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,19 @@ jobs:
name: Build wallet core
run: docker compose run build-wasm-core

# uses: adrielcodeco/docker-compose-run-action@v1
# with:
# compose-file: "./docker-compose.yml"
# service: build-wasm-core
-
name: Build UTXORD wallet
run: docker compose run build-wallet-utxord

-
name: Archive versioned release
uses: thedoctor0/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
directory: "./browser-extension/extension/prod"
type: 'zip'
filename: ../../../utxord-wallet-${{ steps.vars.outputs.tag }}.zip

# -
# name: Build UTXORD wallet
# uses: adrielcodeco/docker-compose-run-action@v1
# with:
# compose-file: "./docker-compose.yml"
# service: build-wallet-utxord
# -
# name: Archive versioned release
# uses: thedoctor0/[email protected]
# if: startsWith(github.ref, 'refs/tags/')
# with:
# directory: "./browser-extension/extension/prod"
# type: 'zip'
# filename: ../../../utxord-wallet-${{ steps.vars.outputs.tag }}.zip
# -
# name: Archive non-versioned release
# uses: thedoctor0/[email protected]
Expand Down

0 comments on commit bbea79a

Please sign in to comment.