Skip to content

Commit

Permalink
Fix for buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianim committed Jan 23, 2021
1 parent d714210 commit 3d79de1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
uses: actions/download-artifact@v2
with:
name: deb-package
path: archives

- name: Set repo to experimental
run: |
Expand All @@ -111,7 +110,7 @@ jobs:
username: dorian
key: ${{ secrets.REPO_SSH_KEY }}
port: 22
source: "archives/*"
source: "./*"
target: "/srv/repo/mini-dinstall/incoming"

- name: Publish package on lmn archive
Expand Down

0 comments on commit 3d79de1

Please sign in to comment.