Skip to content

Commit

Permalink
another attempt at surfacing release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf committed Oct 12, 2023
1 parent 87ae344 commit 9a0b5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: |
mkdir -p dist
ls ./target/${{ matrix.target }}/release/r*
cp ./target/${{ matrix.target }}/release/r dist/
cp ./target/${{ matrix.target }}/release/r dist/r-${{ matrix.build }}
- uses: actions/upload-artifact@v3
with:
Expand All @@ -137,7 +137,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: env.preview == 'false'
with:
files: dist/*
files: dist/**/*

- name: Upload binaries as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9a0b5f2

Please sign in to comment.