Skip to content

Commit

Permalink
fix: upload actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi authored Nov 12, 2023
1 parent 0b1bfda commit 2dd7588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binary-nuitka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: upload
uses: actions/upload-artifact@v3
with:
files: dist/ntfsdump.exe
path: dist/ntfsdump.exe

build-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
- name: upload
uses: actions/upload-artifact@v3
with:
files: dist/ntfsdump
path: dist/ntfsdump

0 comments on commit 2dd7588

Please sign in to comment.