Skip to content

Commit

Permalink
fix: remove upload of fragments to github (#8400)
Browse files Browse the repository at this point in the history
Installer uses cf and we upload the full package to github as an alternative for installing
  • Loading branch information
Saschl authored Jan 11, 2024
1 parent 2420afb commit 86560d7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@ jobs:
asset_path: ./${{ env.BUILD_DIR_NAME }}/${{ env.MASTER_ZIP_NAME }}
asset_name: ${{ env.MASTER_ZIP_NAME }}
asset_content_type: application/zip
- name: Upload fragments to GitHub Pre-Release Assets
uses: dwenegar/upload-release-assets@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
release_id: ${{ env.MASTER_PRE_RELEASE_ID }}
assets_path: ./fbw-a32nx/out/build-modules
- name: Update GitHub Pre-Release Body
run: |
curl --request PATCH \
Expand Down Expand Up @@ -165,13 +158,6 @@ jobs:
asset_path: ./${{ env.BUILD_DIR_NAME }}/${{ env.MASTER_ZIP_NAME }}
asset_name: ${{ env.MASTER_ZIP_NAME }}
asset_content_type: application/zip
- name: Upload fragments to GitHub Pre-Release Assets
uses: dwenegar/upload-release-assets@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
release_id: ${{ env.MASTER_PRE_RELEASE_ID }}
assets_path: ./fbw-a32nx/out/build-modules
- name: Update GitHub Pre-Release Body
run: |
curl --request PATCH \
Expand Down

0 comments on commit 86560d7

Please sign in to comment.