Skip to content

Commit

Permalink
🔥 CI: oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
towsifkafi committed Jan 31, 2024
1 parent ad8e69d commit fd47077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
command: "build"
target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.toolchain }}
args: "--locked --release"
args: "--release"
strip: true
- name: Rename binary (linux and macos)
run: mv target/${{ matrix.platform.target }}/release/paperwall target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
Expand All @@ -56,6 +56,7 @@ jobs:
if: matrix.platform.os_name == 'Windows-x86_64'
- name: Generate SHA-256
run: shasum -a 256 target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }} | cut -d ' ' -f 1 > target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}.sha256

- name: Release binary and SHA-256 checksum to GitHub
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit fd47077

Please sign in to comment.