Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gf777 committed Sep 26, 2024
1 parent 228ea5f commit 1f82457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
asset_path: result.zip
asset_name: gfastats.${{ github.ref_name }}-${{matrix.OS_NAME}}.zip
asset_content_type: application/zip
add_resources:

add_submodules:
needs: create_release
name: Source with submodules
runs-on: ubuntu-latest
Expand All @@ -80,7 +80,7 @@ jobs:
with:
files: .
dest: result.zip
- name: Add binaries
- name: Add files
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1f82457

Please sign in to comment.