Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Mar 12, 2024
1 parent dcdc9f2 commit 1396303
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
run: |
VERSION=$(node -e 'console.log(require("./version.js"))')
echo "WAVETERM_VERSION=${VERSION}" >> "$GITHUB_OUTPUT"
- name: Copy staged artifacts to the release bucket
- name: Download staged artifacts
run: |
. ./buildres/publish-from-staging.sh
. ./buildres/download-staged-artifacts.sh
env:
AWS_ACCESS_KEY_ID: "${{ secrets.S3_USERID }}"
AWS_SECRET_ACCESS_KEY: "${{ secrets.S3_SECRETKEY }}"
AWS_DEFAULT_REGION: us-west-2
- name: Publish to Ubuntu PPA
- name: Generate Flatpak manifest
Empty file.
Empty file.

0 comments on commit 1396303

Please sign in to comment.