forked from EcoPasteHub/EcoPaste
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: del if
- Loading branch information
Showing
1 changed file
with
0 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|