Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Jan 14, 2025
1 parent 2b5815e commit 3c17c03
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
run: |
make build install
make deb
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: octopass-${{ matrix.container }}
path: builds/**
debian:
name: Build on ${{matrix.container }}
runs-on: ubuntu-latest
Expand All @@ -51,6 +56,11 @@ jobs:
run: |
make build install
make deb
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: octopass-${{ matrix.container }}
path: builds/**
# centos:
# name: Build on ${{matrix.container }}
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c17c03

Please sign in to comment.