Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Aug 17, 2024
1 parent 7915b07 commit 7ec28a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +206,15 @@ jobs:
- uses: actions/upload-artifact@v4
if: matrix.build.os == 'ubuntu-20.04'
with:
name: ${{ env.PACKAGE_NAME }}.tar.bz2
name: ${{ env.PACKAGE_NAME }}
path: |
./build/out/${{ env.PACKAGE_NAME }}.tar.bz2
if-no-files-found: error

- uses: actions/upload-artifact@v4
if: matrix.build.os == 'macos-12'
with:
name: ${{ env.PACKAGE_NAME }}.zip
name: ${{ env.PACKAGE_NAME }}
path: |
./build/out/${{ env.PACKAGE_NAME }}.zip
if-no-files-found: error

0 comments on commit 7ec28a8

Please sign in to comment.