Skip to content

Commit

Permalink
Merge pull request #74 from nordic-game-lab/main
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
hi5a authored Jan 8, 2025
2 parents 1d4ae15 + 8c4245d commit f079a3d
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 @@ -21,11 +21,11 @@ jobs:
npm i
npm run lint
echo ${{github.ref}}
echo ${{contains(github.ref, 'refs/heads/v')}}
echo ${{contains(github.ref, 'refs/tags/v')}}
- name: build
run: npm run build
- name: Deploy prod
if: ${{contains(github.ref, 'refs/heads/v')}}
if: ${{contains(github.ref, 'refs/tags/v')}}
uses: ryand56/r2-upload-action@latest
with:
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
Expand Down

0 comments on commit f079a3d

Please sign in to comment.