mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-02 04:14:31 +07:00
fix: ci
This commit is contained in:
parent
178fbc54e3
commit
624c9dd798
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -145,9 +145,9 @@ jobs:
|
||||
name: dae-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
|
||||
path: build/*
|
||||
|
||||
- name: Upload submodule status file to GitHub release
|
||||
- name: Upload full source to GitHub release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
if: github.event_name == 'release' && matrix.goarch == 'amd64'
|
||||
if: github.event_name == 'release' && matrix.goarch == 'amd64' && matrix.goamd64 == 'v1'
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file_glob: true
|
||||
|
Loading…
Reference in New Issue
Block a user