Skip to content

Commit

Permalink
wget ...
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Hübler <Conrad.Huebler@gmx.net>
  • Loading branch information
conradhuebler committed Dec 27, 2024
1 parent 11b1191 commit c562376
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,12 @@ jobs:
mv harbour-tidalplayer-*-1.aarch64.rpm harbour-tidalplayer-master-1.noarch.rpm
ls -la
- name: Install curl
run: |
zypper --non-interactive install curl
- name: Upload to Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd /home/mersdk/harbour-tidalplayer/RPMS/
curl -H "Authorization: token $GITHUB_TOKEN" \
-H "Content-Type: application/x-rpm" \
--data-binary @harbour-tidalplayer-master-1.noarch.rpm \
wget --header="Authorization: token $GITHUB_TOKEN" \
--header="Content-Type: application/x-rpm" \
--post-file=harbour-tidalplayer-master-1.noarch.rpm \
"https://uploads.github.com/repos/conradhuebler/harbour-tidalplayer/releases/nightly/assets?name=harbour-tidalplayer-master-1.noarch.rpm"

0 comments on commit c562376

Please sign in to comment.