Skip to content

Commit

Permalink
remove dist
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaguereca committed Sep 24, 2024
1 parent 72953c0 commit 4f4ddb5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,13 @@ jobs:
uses: actions/setup-dotnet@v2
with:
global-json-file: global.json

- name: Create dist directory
run: mkdir -p ./dist

- name: Create dist directory
run: mkdir -p ./dist


- name: Download Binaries
uses: actions/download-artifact@v4
with:
name: binaries-${{ matrix.runner-os }}
path: ./dist
path: dist

- name: Copy binary to root (linux)
if: matrix.runner-os == 'ubuntu-latest'
Expand Down

0 comments on commit 4f4ddb5

Please sign in to comment.