Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Jan 11, 2024
1 parent 7b7472b commit 2bf99f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: RetakesPlugin-${{ github.sha }}
path: RetakesPlugin-${{ github.sha }}.zip
- name: Get Release Info
id: get-release-info
run: |
Expand All @@ -56,6 +57,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ env.UPLOAD_URL }}
asset_path: ${{ github.workspace }}/RetakesPlugin-${{ github.sha }}.zip
asset_path: ./RetakesPlugin-${{ github.sha }}.zip
asset_name: "cs2-retakes-${{ github.event.release.tag_name }}.zip"
asset_content_type: application/zip

0 comments on commit 2bf99f6

Please sign in to comment.