Skip to content

Commit

Permalink
Merge pull request #4 from 4LT/Add-package-release-workflow
Browse files Browse the repository at this point in the history
Fix packaging (Seriously hope this works this time)
  • Loading branch information
4LT authored Jul 3, 2022
2 parents 33dfe01 + da7bbac commit bc3a1dd
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 bc3a1dd

Please sign in to comment.