Skip to content

Commit

Permalink
Test new build release
Browse files Browse the repository at this point in the history
  • Loading branch information
asivery committed Feb 12, 2025
1 parent 9217363 commit 8afb1d0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,15 @@ jobs:
name: ${{ matrix.zip_name }}
path: ${{ matrix.zip_name }}

create_release:
release:
runs-on: ubuntu-latest
needs: build
steps:
- name: Download Build Artifacts
uses: actions/download-artifact@v4
with:
path: ./
- name: Display structure of downloaded files
run: ls -R

- name: Create Release
uses: actions/create-release@v1
id: create_release_step
Expand All @@ -78,7 +77,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release_step.outputs.upload_url }}
asset_path: extensions-aarch64.zip
asset_path: extensions-aarch64.zip/extensions-aarch64.zip
asset_name: extensions-aarch64.zip
asset_content_type: application/octet-stream

Expand All @@ -88,6 +87,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release_step.outputs.upload_url }}
asset_path: extensions-arm32-testing.zip
asset_path: extensions-arm32-testing.zip/extensions-arm32-testing.zip
asset_name: extensions-arm32-testing.zip
asset_content_type: application/octet-stream

0 comments on commit 8afb1d0

Please sign in to comment.