Skip to content

Commit

Permalink
Re-add publish release step to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoosmanviz committed Jan 1, 2025
1 parent c53115b commit fa7e015
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ jobs:
name: ${{ steps.build-crate.outputs.file-name }}
path: ${{ steps.build-crate.outputs.file-path }}

- name: Publish archives and packages
uses: softprops/action-gh-release@v1
with:
files: |
${{ steps.build-crate.outputs.file-path }}
if: startsWith(github.ref, 'refs/tags/')

# - name: Build for aarch64
# if: ${{ matrix.job.target == 'aarch64-unknown-linux-gnu' }}
# run: |
Expand Down

0 comments on commit fa7e015

Please sign in to comment.