Skip to content

Commit

Permalink
fixup! fixup! fixup! Switch to different library
Browse files Browse the repository at this point in the history
  • Loading branch information
drake127 committed Sep 11, 2024
1 parent b056a14 commit f8577d4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Fetch build artifacts
uses: actions/download-artifact@v4
with:
Expand All @@ -57,10 +60,13 @@ jobs:

publish_linux_asset:
name: Publish Linux asset
needs: create_release
needs: [create_release, build_artifacts]
runs-on: ubuntu-latest

steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Fetch build artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit f8577d4

Please sign in to comment.