Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Workflow - archive/publish tar.gz package
Browse files Browse the repository at this point in the history
  • Loading branch information
RoEdAl committed Jul 22, 2023
1 parent a3fad9d commit b1ff30f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ jobs:
retention-days: 1
if-no-files-found: error

- name: Archive TAR.GZ
uses: actions/upload-artifact@v3
with:
name: pkg-tar-gz
path: |
package/asterisk-chan-quectel_*.tar.gz
package/asterisk-chan-quectel_*.tar.gz.sha256
retention-days: 1
if-no-files-found: error

deb-pkg-try-install:
needs: build-deb-pkg
env:
Expand Down Expand Up @@ -177,6 +187,8 @@ jobs:
with:
draft: true
files: |
**/asterisk-chan-quectel*.tar.gz
**/asterisk-chan-quectel*.tar.gz.sha256
**/asterisk-chan-quectel*.deb
**/asterisk-chan-quectel*.deb.sha256
**/asterisk-chan-quectel*.ipk

0 comments on commit b1ff30f

Please sign in to comment.