Skip to content

Commit

Permalink
Remove unused/duplicate release step
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed May 28, 2024
1 parent 7cac3b0 commit 6350259
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@ jobs:
run: |
devenv shell -- bash -c "cd uniffi && uniffi-bindgen-cs --config ./uniffi.toml ./src/interface.udl && cargo build --release"
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

- name: Archive production artifacts
run: tar czvf dnssec-prover-${{ github.ref_name }}-${{ runner.arch }}.tar.gz -C uniffi/src dnssec_prover.cs -C uniffi/target/release libdnssec_prover_uniffi.*
working-directory: uniffi
Expand Down

0 comments on commit 6350259

Please sign in to comment.