Skip to content

Commit

Permalink
upd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prot0s34 committed Oct 29, 2023
1 parent 458f6b7 commit 0972362
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
name: binary
path: |
artifacts
sshmanager
release:
runs-on: ubuntu-latest
Expand All @@ -42,16 +42,16 @@ jobs:
uses: actions/download-artifact@v2
with:
name: binary
path: artifacts
path: sshmanager

- name: Run ls
run: ls -lhrt ./artifacts
run: ls -lhrt ./sshmanager

- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
with:
files: ./artifacts/sshmanager
files: ./sshmanager/sshmanager

permissions:
contents: write

0 comments on commit 0972362

Please sign in to comment.