Skip to content

Commit

Permalink
Merge pull request #204 from Muska-Ami/dev
Browse files Browse the repository at this point in the history
Last fix
  • Loading branch information
Muska-Ami authored Oct 2, 2024
2 parents 4780f1d + 46d33af commit b74af7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ jobs:
- macos

steps:
- name: Download Build Artifact(Linux)
uses: actions/download-artifact@v4
with:
name: "Linux Artifact(Dist)"
path: dist/
- name: Update APT Source
uses: wlixcc/[email protected]
with:
Expand Down

0 comments on commit b74af7c

Please sign in to comment.