Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Jan 21, 2025
1 parent 66f8720 commit 936857d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ jobs:
app/out/make/**/*.zip
app/out/make/**/*.exe
app/out/make/**/*.AppImage
app/out/make/**/*.yml
dest: ${{ steps.init_dest.outputs.dest }}
bucket: release-univer
region: oss-cn-shenzhen
Expand All @@ -233,7 +232,7 @@ jobs:
timeout: 1200s

- uses: hexf00/upload-to-oss@v2
if: ${{ steps.version_type.outputs.is_stable == 'true' || steps.version_type.outputs.is_dev == 'true' }}
if: ${{ steps.version_type.outputs.is_stable == 'true' }}
continue-on-error: true
with:
files: |
Expand All @@ -245,7 +244,7 @@ jobs:
accessKeySecret: ${{secrets.S3_ACCESS_KEY_SECRET}}
timeout: 1200s

- name: Create Release
- name: Create Release (stable)
uses: softprops/action-gh-release@v2
if: ${{ steps.version_type.outputs.is_stable == 'true' }}
with:
Expand Down

0 comments on commit 936857d

Please sign in to comment.