Skip to content

Commit

Permalink
try asterix for path
Browse files Browse the repository at this point in the history
  • Loading branch information
anadis504 committed May 15, 2023
1 parent 4759895 commit 55921c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/data-parser-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
node-version: '16'

- name: rename built binary
- name: Rename built binary
run: poetry run mv ./dist/main ./dist/main-${{ matrix.os }}
- name: just checking the dist folder
run: |
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: parser-binary
path: ./dist/
path: ./dist/*
retention-days: 5

release:
Expand Down

0 comments on commit 55921c5

Please sign in to comment.