Skip to content

Commit

Permalink
Trying to disable uploading assets to release for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Oct 25, 2023
1 parent 8a4f525 commit 600f3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
path: release.tar.gz
if-no-files-found: error
- name: Upload package to release
if: ${{ github.event_name == 'release'}}
if: github.event_name == 'release' && github.include.arch != 'arm64'
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 600f3f3

Please sign in to comment.