Skip to content

Commit

Permalink
Seriously hope this works this time
Browse files Browse the repository at this point in the history
  • Loading branch information
4LT committed Jul 3, 2022
1 parent 7beb62c commit da7bbac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
mv fteqcc64 bin/fteqcc
- name: build package
run: PATH=./bin:$PATH make package
run: |
PATH=./bin:$PATH make package
rm -f build/ntcn.zip
- name: upload
uses: actions/upload-artifact@v3
with:
name: ntcn-${{ github.event.release.tag_name }}
path: |
build/ntcn/
path: build/

0 comments on commit da7bbac

Please sign in to comment.