Skip to content

Commit

Permalink
.github/workflows/guile2.2.yml: Upload the artifact
Browse files Browse the repository at this point in the history
* .github/workflows/guile2.2.yml: Upload the artifact from "Make distribution"
  phase.
  • Loading branch information
artyom-poptsov committed Jan 26, 2024
1 parent ceadb35 commit f9a75d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/guile2.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ jobs:
run: make check
- name: Make distribution
run: make distcheck
- name: Upload the artifact
id: upload-artifact
uses: actions/upload-artifact@v4
with:
name: guile-ssh
compression-level: 0
path: "guile-ssh-*.tar.gz"

0 comments on commit f9a75d1

Please sign in to comment.