Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
therealpaulgg committed Mar 10, 2024
1 parent 9a79bf5 commit 342e148
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ jobs:
run: |
fpm -s dir -t rpm -n ssh-sync -v ${{ github.ref_name }} --description "ssh-sync" \
./ssh-sync=/usr/local/bin/ssh-sync
- name: Upload Linux Packages
uses: actions/upload-artifact@v2
with:
name: packages
path: |
*.deb
*.rpm
release:
needs: [build-docker, build-windows, build-linux]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 342e148

Please sign in to comment.