Skip to content

Commit

Permalink
wip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed May 6, 2024
1 parent b0d849a commit 15be9ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,22 +91,22 @@ jobs:
</html>
EOF
# - name: Upload artifact
# uses: actions/upload-artifact@v2
# with:
# name: ${{ matrix.target }}
# path: target/${{ matrix.target }}/release/
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target }}
path: target/${{ matrix.target }}/release/

- name: Publish CI binary (${{ matrix.target }})
continue-on-error: true
run: |
zip -r /tmp/linux-ubuntu-22.04_ci_${{ matrix.target }}.zip target/${{ matrix.target }}/release/scgdesk-api-server
- name: Upload Release Assets binaries for Ubuntu 22.04 amd64
zip -r /tmp/${{ matrix.os }}_ci_${{ matrix.target }}.zip target/${{ matrix.target }}/release/sctgdesk-api-server
- name: Upload Release Assets binaries for ${{ matrix.os }} ${{ matrix.target }}
uses: softprops/action-gh-release@v2
continue-on-error: true
with:
files: |
/tmp/linux-ubuntu-22.04_ci_${{ matrix.target }}.zip
/tmp/${{ matrix.os }}_ci_${{ matrix.target }}.zip
docs/openapi3.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 15be9ee

Please sign in to comment.