Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeredwolf committed Aug 28, 2023
1 parent b44a095 commit d93a70f
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,7 @@ jobs:
args: --release --target ${{ matrix.target }}

- name: Upload Release Asset
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: mosaic-${{ matrix.target }}
path: target/${{ matrix.target }}/release/mosaic${{ matrix.target == 'x86_64-pc-windows-gnu' && '.exe' || '' }}


release:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Download Artifacts
uses: actions/download-artifact@v2

- name: Create GitHub Release and Upload Assets
uses: softprops/action-gh-release@v1
with:
draft: true
files: |
target/${{ matrix.target }}/release/mosaic${{ matrix.target == 'x86_64-pc-windows-gnu' && '.exe' || '' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d93a70f

Please sign in to comment.