Skip to content

Commit

Permalink
FIXED I HOPE
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwashed committed Dec 17, 2024
1 parent 42a7170 commit f5a4f31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: go mod download
- name: Build ddnsu binaries
run: make
- name: Upload binaries as GitHub Release
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifacts as a release
uses: softprops/action-gh-release@v2
with:
args: "build/*"
files: "build/*"
token: ${{ secrets.GITHUB_TOKEN }},
draft: true

0 comments on commit f5a4f31

Please sign in to comment.