Skip to content

Commit

Permalink
ci: release looks ok
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabdibdi-anvil committed Nov 20, 2024
1 parent 0490c48 commit 8917a44
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,8 @@ jobs:
deno-version: v2.x # Run with latest stable Deno.
- name: Compile step
run: "deno compile --allow-read --allow-write --output build/cardano-wallet-${{ matrix.platform }} ./src/mod.ts"
- name: debug
run: "ls -al && ls -al build"
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/cardano-wallet-${{ matrix.platform }}
# - uses: actions/upload-artifact@v4
# with:
# name: cardano-wallet-${{ matrix.platform }}
# path: build/cardano-wallet-*

# release:
# needs: ["build-and-compile"]
# runs-on: ubuntu-latest
# steps:
# - name: Release
# uses: softprops/action-gh-release@v2
# if: startsWith(github.ref, 'refs/tags/')
# with:
# files: |
# build/cardano-wallet-*

0 comments on commit 8917a44

Please sign in to comment.