Skip to content

Commit

Permalink
Merge pull request #10 from taz717/patch-1
Browse files Browse the repository at this point in the history
2024/09/21 | Update build_prod.yml
  • Loading branch information
PF2K authored Sep 21, 2024
2 parents 0032b31 + 8bd5b20 commit 498eb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: rm dist/.nojekyll
- run: mv dist/robots.prod.txt dist/robots.txt
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: dist
path: dist/
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: dist
- name: Delete old files
Expand Down

0 comments on commit 498eb2d

Please sign in to comment.