Skip to content

Commit

Permalink
ci: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyc committed Apr 9, 2024
1 parent c2edf22 commit dd0a73d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
# aur for archlinux
- run: (cd scripts/aur; sh build-aur.sh)

# Linux module
- run: tar -xvf pisugar-module.tar.gz pisugar-module

# Upload artifact
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand All @@ -48,4 +51,5 @@ jobs:
scripts/*.sh
scripts/aur/*.tar.gz
!scripts/update-version.sh
pisugar-module.tar.gz
if-no-files-found: warn
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
scripts/*.sh
scripts/aur/*.tar.gz
!scripts/update-version.sh
pisugar-module.tar.gz
# Upload QiNiu nightly
- name: "Upload to QiNiu"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
scripts/*.sh
scripts/aur/*.tar.gz
!scripts/update-version.sh
pisugar-module.tar.gz
if-no-files-found: warn

# Draft Release
Expand All @@ -65,6 +66,7 @@ jobs:
scripts/*.sh
scripts/aur/*.tar.gz
!scripts/update-version.sh
pisugar-module.tar.gz
# Upload QiNiu nightly
- name: "Upload to QiNiu"
Expand Down

1 comment on commit dd0a73d

@Mictronics
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where pisugar-module.tar.gz comes from, where is it build?
Your action workflow build-others fails because of that missing file.

Please sign in to comment.