Skip to content

Commit

Permalink
try again :)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealpaulgg authored Mar 18, 2023
1 parent 232ec63 commit 555225b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ssh-sync-setup
path: ./win-build/ssh-sync-setup.exe
path: ./win-build/Output/ssh-sync-setup.exe
retention-days: 5
build-linux:
runs-on: ubuntu-latest
Expand All @@ -72,10 +72,10 @@ jobs:
needs: [build-docker, build-windows, build-linux]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
artifacts: "./win-build/ssh-sync-setup.exe,ssh-sync"
artifacts: "./ssh-sync-setup.exe,./ssh-sync"

0 comments on commit 555225b

Please sign in to comment.