Skip to content

Commit

Permalink
build and create artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree authored May 17, 2024
1 parent 9d6b02d commit 8071177
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: make
- name: Build
run: make build

- name: Create artifact
run: make appstore

- uses: actions/upload-artifact@v4
with:
name: gdata-antivirus
path: build/artifact

0 comments on commit 8071177

Please sign in to comment.