Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Aug 19, 2022
1 parent 8d3e4e1 commit 2e2c9a1
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 @@ -236,7 +236,7 @@ jobs:
./artifacts/Release/
- name: Upload temporary encrypted src artifact
if: github.event_name == 'push' && github.ref == 'refs/heads/1.4'
if: github.event_name == 'push' && (github.ref == 'refs/heads/1.4-stable' || github.ref == 'refs/heads/1.4-preview')
uses: actions/upload-artifact@v2
with:
name: temporary-src
Expand Down

0 comments on commit 2e2c9a1

Please sign in to comment.