Skip to content

Commit

Permalink
add upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Sep 13, 2024
1 parent 73874df commit 41b2b37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
python3 -m pgpkms sign --input ${{ matrix.binaries }}.txt -o ${{ matrix.binaries }}.asc
ls -la
- name: Upload ${{ matrix.binaries }} artifacts
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: ${{ matrix.binaries }}
path: /artifacts/${{ matrix.binaries }}

# - name: Build deb package
# - name: Upload artifacts to github
# - name: Upload artifacts to s3
Expand Down

0 comments on commit 41b2b37

Please sign in to comment.