Skip to content

Commit

Permalink
Remove reference to sys-tulip-deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Mar 14, 2024
1 parent dbae2a7 commit f6c90d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ jobs:
args: --release

- run: mv target/release/sys sys-${{ matrix.target }}
- run: mv target/release/sys-tulip-deposit sys-tulip-deposit-${{ matrix.target }}

- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target }}
path: |
sys-${{ matrix.target }}
sys-tulip-deposit-${{ matrix.target }}
if-no-files-found: error

publish_release:
Expand All @@ -61,8 +59,6 @@ jobs:
files: |
x86_64-apple-darwin/sys-x86_64-apple-darwin
x86_64-unknown-linux-gnu/sys-x86_64-unknown-linux-gnu
x86_64-apple-darwin/sys-tulip-deposit-x86_64-apple-darwin
x86_64-unknown-linux-gnu/sys-tulip-deposit-x86_64-unknown-linux-gnu
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit f6c90d2

Please sign in to comment.