Skip to content

Commit

Permalink
release the debs
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRonhaar committed Nov 20, 2023
1 parent a97632d commit f1dd175
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/create_deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
with:
name: orbit-tools_${{ env.RELEASE_VERSION }}_arm64.deb
path: orbit-tools_${{ env.RELEASE_VERSION }}_arm64.deb
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
infra/rooftop/*.deb
amd64:
runs-on: ubuntu-22.04
timeout-minutes: 5
Expand All @@ -32,4 +38,10 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: orbit-tools_${{ env.RELEASE_VERSION }}_amd64.deb
path: orbit-tools_${{ env.RELEASE_VERSION }}_amd64.deb
path: orbit-tools_${{ env.RELEASE_VERSION }}_amd64.deb
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
infra/rooftop/*.deb

0 comments on commit f1dd175

Please sign in to comment.