mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
chore: update build workflow to exclude certain directories
This commit is contained in:
parent
0111aa7543
commit
a8d5d69629
1
.github/workflows/linux-build-on-release.yml
vendored
1
.github/workflows/linux-build-on-release.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
uses: TheDoctor0/zip-release@v0.3.0
|
||||
with:
|
||||
filename: release.zip
|
||||
exclusions: '*.git*'
|
||||
|
||||
- name: Upload built executable to Release
|
||||
uses: actions/upload-release-asset@v1.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user