Skip to content

Commit

Permalink
Fixed release step of build
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Sep 2, 2024
1 parent 20ff17d commit 3a2e616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
./cs2-instadefuse-shared-${{ github.event.release.tag_name }}.zip
./cs2-instadefuse-${{ github.event.release.tag_name }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3a2e616

Please sign in to comment.