We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ad7f7 commit 4cd5adfCopy full SHA for 4cd5adf
.github/workflows/dotnet.yml
@@ -33,7 +33,6 @@ jobs:
33
- name: Get Version
34
id: get_version
35
run: |
36
- cd TS3AudioBot
37
TSABVERSION=$(dotnet publish/TS3AudioBot.dll -V | grep -oP 'Version: \K.*')
38
echo "tsab_version=$TSABVERSION" >> $GITHUB_ENV
39
@@ -127,7 +126,8 @@ jobs:
127
126
if: startsWith(matrix.rid, 'win-')
128
129
cd publish
130
- zip -r TS3AudioBot.zip .
+ zip -r ../TS3AudioBot.zip .
+ cd ..
131
curl \
132
-X PUT \
133
-H "Content-Type: application/zip" \
@@ -140,7 +140,8 @@ jobs:
140
141
142
chmod 755 TS3AudioBot
143
- tar -czf TS3AudioBot.tar.gz .
+ tar -czf ../TS3AudioBot.tar.gz .
144
145
146
147
-H "Content-Type: application/gzip" \
0 commit comments