Skip to content

Commit

Permalink
Merge branch 'main' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
afwbkbc committed Jul 11, 2024
2 parents 3717e53 + 23088df commit 1af2367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
prerelease: false


build_linux:
build_ubuntu:
needs: [prepare]
runs-on: ubuntu-latest
steps:
Expand All @@ -74,7 +74,7 @@ jobs:
- name: publish
uses: actions/upload-artifact@v3
with:
name: GLSMAC-linux64-bin
name: GLSMAC-ubuntu64-bin
path: |
./build/GLSMAC.tar.gz
- name: upload
Expand All @@ -84,7 +84,7 @@ jobs:
with:
upload_url: ${{ needs.prepare.outputs.upload_url }}
asset_path: ./build/GLSMAC.tar.gz
asset_name: GLSMAC-${{ needs.prepare.outputs.ver }}-linux64-${{ needs.prepare.outputs.sha }}.tar.gz
asset_name: GLSMAC-${{ needs.prepare.outputs.ver }}-ubuntu64-${{ needs.prepare.outputs.sha }}.tar.gz
asset_content_type: application/gzip


Expand Down

0 comments on commit 1af2367

Please sign in to comment.