Skip to content

Commit

Permalink
meant to update the workflows too!
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed May 5, 2020
1 parent 3d7fc38 commit e6d9183
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gen_ubuntu16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
mkdir pkg_
mv *.deb *.xz pkg_
mv *.AppImage pkg_
mv *.AppImage *.zsync pkg_
- name: "Upload artifact"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gen_ubuntu16_continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ jobs:
- name: "Upload to Nightly Release"
uses: wez/upload-release-assets@releases/v1
with:
files: "wezterm-*.deb;wezterm-*.xz;wezterm-*.tar.gz;*.AppImage"
files: "wezterm-*.deb;wezterm-*.xz;wezterm-*.tar.gz;*.AppImage;*.zsync"
release-tag: "nightly"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1 change: 1 addition & 0 deletions .github/workflows/gen_ubuntu16_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
wezterm-*.xz
wezterm-*.tar.gz
*.AppImage
*.zsync
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit e6d9183

Please sign in to comment.