Skip to content

Commit

Permalink
still missing archives
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnlindsay committed Nov 1, 2023
1 parent be83974 commit b41bb95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-beta-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ jobs:
with:
format: 'zip'
name: "v${{ steps.version.outputs.value }}-${{ env.BETA_SUFFIX }}"
include: "**/*.(ts|js|css|html)"
# include: "**/*.(ts|js|css|html)"

- name: Make gzip archive
uses: ksm2/archive-action@v1
with:
format: 'tar.gz'
name: "v${{ steps.version.outputs.value }}-${{ env.BETA_SUFFIX }}"
include: "**/*.(ts|js|css|html)"
name: boo
# include: "**/*.(ts|js|css|html)"

- name: Configure AWS credentials for Non-Prod
id: awskeys
Expand Down

0 comments on commit b41bb95

Please sign in to comment.