Skip to content

Commit

Permalink
Fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Jan 3, 2023
1 parent 2d899c5 commit 824a07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: python3 -u check_ratelimit.py ${{ secrets.GITHUB_TOKEN }}
- name: Upload Artifact
uses: actions/upload-artifact@v2
if: ${{ ! env.PROD }}
if: ${{ env.PROD == 'false' }}
with:
name: Build
path: Config

0 comments on commit 824a07b

Please sign in to comment.