Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
almounah authored Nov 13, 2024
1 parent 8b95e23 commit 7af3d88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
cd compiled
ls
tar.exe -czvf ..\${{NAME_BATGADGET}}.tar.gz .
tar.exe -czvf ..\${{env.NAME_BATGADGET}}.tar.gz .
- name: Create Release
id: create_release
Expand All @@ -69,6 +69,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: .${{NAME_BATGADGET}}.tar.gz
asset_name: ${{NAME_BATGADGET}}.tar.gz
asset_path: .${{env.NAME_BATGADGET}}.tar.gz
asset_name: ${{env.NAME_BATGADGET}}.tar.gz
asset_content_type: application/gzip

0 comments on commit 7af3d88

Please sign in to comment.