Skip to content

Commit

Permalink
chore: del if
Browse files Browse the repository at this point in the history
chore: del if
  • Loading branch information
amaoo authored Sep 2, 2024
2 parents 351544b + ee4a8c5 commit 5487866
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,58 +217,11 @@ jobs:
mv src-tauri/target/release/bundle/appimage/*.AppImage src-tauri/target/${{ env.FILE_PREFIX }}-amd64.AppImage
- name: Publish Macos Pre-Release
if: startsWith(matrix.os, 'macos')
uses: AButler/[email protected]
with:
files: "src-tauri/target/*.exe;src-tauri/target/*.dmg;src-tauri/target/*.deb;src-tauri/target/*.rpm;src-tauri/target/*.AppImage"
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: "beta"

# - name: Publish Macos Pre-Release
# if: matrix.os == 'ubuntu-20.04'
# uses: AButler/[email protected]
# with:
# files: "src-tauri/target/*.dmg"
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# release-tag: "beta"
# - name: Publish Macos Pre-Release
# if: matrix.os == 'windows-latest'
# uses: AButler/[email protected]
# with:
# files: "src-tauri/target/*.exe;"
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# release-tag: "beta"

# - name: Publish Macos Pre-Release
# if: startsWith(matrix.os, 'macos')
# uses: ncipollo/release-action@v1
# with:
# # body: "此版本为测试版,存在不稳定情况,安装前请务必备份好数据。"
# tag: "beta"
# allowUpdates: true
# prerelease: true
# generateReleaseNotes: true
# artifacts: "src-tauri/target/*.dmg"

# - name: Publish Linux Pre-Release
# if: matrix.os == 'ubuntu-20.04'
# uses: ncipollo/release-action@v1
# with:
# tag: "beta"
# allowUpdates: true
# prerelease: true
# generateReleaseNotes: true
# artifacts: "src-tauri/target/*.deb,src-tauri/target/*.rpm,src-tauri/target/*.AppImage"

# - name: Publish Windows Pre-Release
# if: matrix.os == 'windows-latest'
# uses: ncipollo/release-action@v1
# with:
# tag: "beta"
# allowUpdates: true
# prerelease: true
# generateReleaseNotes: true
# artifacts: "src-tauri/target/*.exe"

# - name: Upload artifacts (Windows)
# if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 5487866

Please sign in to comment.