Skip to content

Commit

Permalink
try direct upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nikals99 committed Jan 27, 2022
1 parent 4cb68af commit 033134c
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,10 @@ jobs:
name: ${{matrix.DIRECTORY_NAME}}-ghidra-faultinjector.zip
path: |
ghidra_plugin/dist/*.zip
- name: Upload release assets
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'ghidra_plugin/dist/*.zip'

upload:
name: Upload release assets
runs-on: ubuntu-latest
needs: [ build ]
steps:
- uses: actions/download-artifact@v2
with:
path: assets
- run: ls -lah ./assets
- name: Upload release assets
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: './assets/*'

0 comments on commit 033134c

Please sign in to comment.