Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowsAdi authored Sep 9, 2024
1 parent a58b5ca commit 12ba561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
mkdir publish
mv addons/ models/ sound/ -t publish/
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CSGORemake-${{ env.COMMIT_SHA }}
path: publish/*
Expand All @@ -97,7 +97,7 @@ jobs:
startsWith(github.ref, 'refs/tags/')
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: CSGORemake-${{needs.build.outputs.sha}}

Expand Down

0 comments on commit 12ba561

Please sign in to comment.