Skip to content

Commit

Permalink
修复资源无法上传
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse205 committed Nov 5, 2023
1 parent 775fce4 commit e121de8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
releaseId: ${{ needs.create-release.outputs.release_id }}
- name: Upload F-OH Tauri bundles
uses: actions/upload-artifact@v3
if: matrix.platform == 'ubuntu-20.04'
with:
name: F-OH Tauri bundles for ${{ matrix.platform }}
path: |
Expand All @@ -76,7 +75,6 @@ jobs:
run: yarn build
- name: Upload F-OH Lite files
uses: actions/upload-artifact@v3
if: matrix.platform == 'ubuntu-20.04'
with:
name: F-OH Lite Website
path: |
Expand Down

0 comments on commit e121de8

Please sign in to comment.