Skip to content

Commit

Permalink
changed upload workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwashed committed Dec 17, 2024
1 parent fd517a4 commit 195067c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
- name: Build ddnsu binaries
run: make
- name: Upload binaries as GitHub Release
uses: xresloader/upload-to-github-release@v1
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "${{github.workspace}}/build/*"
draft: true
verbose: true

0 comments on commit 195067c

Please sign in to comment.