Skip to content

Commit

Permalink
new path
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed May 21, 2024
1 parent b759dbb commit 6caa247
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ jobs:
- name: Build release
if: matrix.build-mode == 'release'
run: cargo build --release
- name: Print directory contents
run: dir target/${{ matrix.build-mode }}
- name: Get built artifacts
uses: actions/[email protected]
with:
name: noodles-windows-${{ matrix.build-mode }}
path: target/${{ matrix.build-mode }}/*
path: D:\a\DreamBerd-3-noodles-interpreter\DreamBerd-3-noodles-interpreter
build-linux:
runs-on: ubuntu-latest
strategy:
Expand All @@ -55,10 +53,8 @@ jobs:
- name: Build release
if: matrix.build-mode == 'release'
run: nix develop -c -- cargo build --release
- name: Print directory contents
run: ls -la target/${{ matrix.build-mode }}
- name: Get built artifacts
uses: actions/[email protected]
with:
name: noodles-unix-${{ matrix.build-mode }}
path: target/${{ matrix.build-mode }}/*
path: /home/runner/work/DreamBerd-3-noodles-interpreter/DreamBerd-3-noodles-interpreter

0 comments on commit 6caa247

Please sign in to comment.