Skip to content

Commit

Permalink
chore: pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Oct 25, 2024
1 parent 306ad8d commit 2a99107
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
if: ${{ !cancelled() }}
shell: bash
run: |
chmod +x ./scripts/zip-build-data.sh;
sh ./scripts/zip-build-data.sh;
chmod +x ./scripts/zip-build-data.sh && ./scripts/zip-build-data.sh;
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down Expand Up @@ -104,8 +103,7 @@ jobs:
if: ${{ !cancelled() }}
shell: bash
run: |
chmod +x ./scripts/zip-build-data.sh;
sh ./scripts/zip-build-data.sh;
chmod +x ./scripts/zip-build-data.sh && ./scripts/zip-build-data.sh;
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit 2a99107

Please sign in to comment.