Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tonquer committed Nov 19, 2023
1 parent 9ad179b commit fab576a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ jobs:
asset_content_type: application/zip

ubuntu:
needs: [setup, release]
runs-on: ubuntu-latest
env:
PACKAGENAME: ${{ needs.setup.outputs.PACKAGE_PREFIX }}_linux_x64
Expand Down Expand Up @@ -252,7 +253,6 @@ jobs:
with:
name: ${{ env.PACKAGENAME }}
path: ${{ env.PACKAGENAME }}-x86_64.AppImage
retention-days: 7
- name: upload-win
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit fab576a

Please sign in to comment.