Skip to content

Commit

Permalink
优化:测试打包
Browse files Browse the repository at this point in the history
  • Loading branch information
modstart committed Jan 28, 2025
1 parent d178cd1 commit 809d993
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,14 @@ jobs:
echo "DIST_FILE_NAME=$DIST_FILE_NAME" >> $env:GITHUB_ENV
- name: Upload
uses: modstart/github-oss-action@master
uses: modstart/github-kodo-action@master
with:
title: ${{ github.event.head_commit.message }}
key-id: ${{ secrets.OSS_KEY_ID }}
key-secret: ${{ secrets.OSS_KEY_SECRET }}
region: ${{ secrets.OSS_REGION }}
bucket: ${{ secrets.OSS_BUCKET }}
accessKey: ${{ secrets.KODO_ACCESS_KEY }}
secretKey: ${{ secrets.KODO_SECRET_KEY }}
bucket: ${{ secrets.KODO_BUCKET }}
domain: ${{ secrets.KODO_DOMAIN }}
zone: ${{ secrets.KODO_ZONE }}
callback: ${{ secrets.OSS_CALLBACK }}
assets: |
dist-release/*.exe:focusany/focusany-${{ env.DIST_FILE_NAME }}/
Expand Down

0 comments on commit 809d993

Please sign in to comment.