Skip to content

Commit

Permalink
Add uploading artifact to github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudd committed Jun 14, 2024
1 parent 965b19d commit ec7bebd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ jobs:
run: |
cd irancal/src
make release
- name: Upload what we got
uses: actions/upload-artifact@v4
with:
name: irancal
path: irancal/src/irancal.exe

0 comments on commit ec7bebd

Please sign in to comment.