Skip to content

Commit

Permalink
Trying Auto Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinosh committed May 13, 2024
1 parent 822864b commit d11b507
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,8 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tagName: app-v__VERSION__
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
args: ${{ matrix.settings.args }}

- name: Upload Windows Build
uses: actions/upload-artifact@v4
if: matrix.settings.platform == 'windows-latest'
with:
name: ark-gallery.zip
path: ./src-tauri/target/release/bundle/
- name: Upload Linux AppImage
if: matrix.settings.platform == 'ubuntu-22.04'
uses: actions/upload-artifact@v4
with:
name: ark-gallery.AppImage
path: ./src-tauri/target/release/bundle/appimage/ark-gallery_*_amd64.AppImage
- name: Upload MacOS App
if: matrix.settings.platform == 'macos-latest'
uses: actions/upload-artifact@v4
with:
name: ark-gallery.app
path: ./src-tauri/target/release/bundle/macos/

0 comments on commit d11b507

Please sign in to comment.