Skip to content

Commit

Permalink
Another gha fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Splamy committed Jul 13, 2024
1 parent f6ad7f7 commit 4cd5adf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Get Version
id: get_version
run: |
cd TS3AudioBot
TSABVERSION=$(dotnet publish/TS3AudioBot.dll -V | grep -oP 'Version: \K.*')
echo "tsab_version=$TSABVERSION" >> $GITHUB_ENV
Expand Down Expand Up @@ -127,7 +126,8 @@ jobs:
if: startsWith(matrix.rid, 'win-')
run: |
cd publish
zip -r TS3AudioBot.zip .
zip -r ../TS3AudioBot.zip .
cd ..
curl \
-X PUT \
-H "Content-Type: application/zip" \
Expand All @@ -140,7 +140,8 @@ jobs:
run: |
cd publish
chmod 755 TS3AudioBot
tar -czf TS3AudioBot.tar.gz .
tar -czf ../TS3AudioBot.tar.gz .
cd ..
curl \
-X PUT \
-H "Content-Type: application/gzip" \
Expand Down

0 comments on commit 4cd5adf

Please sign in to comment.