Skip to content

Commit

Permalink
positiv denken, EINFACH POSITIV DENKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
EchterAlsFake committed Jun 7, 2024
1 parent e0a0cbd commit 58f865a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_cli_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ jobs:

- name: Upload Linux x64 artifact to release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
upload_url: ${{ steps.get_release_url.outputs.upload_url }}
asset_path: ./artifacts/PornFetch_Linux_CLI_x64
Expand All @@ -156,6 +158,8 @@ jobs:

- name: Upload Linux x32 artifact to release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
upload_url: ${{ steps.get_release_url.outputs.upload_url }}
asset_path: ./artifacts/PornFetch_Linux_CLI_x32
Expand Down

0 comments on commit 58f865a

Please sign in to comment.