Skip to content

Commit

Permalink
πŸ’š Fix appimage builds
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr authored Apr 19, 2021
1 parent c75b79d commit 80cdf16
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,18 +193,17 @@ jobs:
run: |
cd packages/
./appimage/build.sh
tree .
# cp ./appimage/Dot_Browser-x86-64.AppImage ../Dot_Browser-x86-64.AppImage
# cp ./appimage/Dot_Browser-x86-64.AppImage.zsync ../Dot_Browser-x86-64.AppImage.zsync
# - name: Release
# uses: dothq/tag-and-release-and-upload@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# version: '${{ env.DOT_VERSION }}-${{ github.run_id }}'
# name: 'Nightly v${{ env.DOT_VERSION }}'
# assets: '["Dot_Browser-x86-64.AppImage","Dot_Browser-x86-64.AppImage.zsync"]'
# overwrite: true
cp ./appimage/Dot_Browser-x86_64.AppImage ../Dot_Browser-x86-64.AppImage
cp ./appimage/Dot_Browser-x86_64.AppImage.zsync ../Dot_Browser-x86-64.AppImage.zsync
- name: Release
uses: dothq/tag-and-release-and-upload@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: '${{ env.DOT_VERSION }}-${{ github.run_id }}'
name: 'Nightly v${{ env.DOT_VERSION }}'
assets: '["Dot_Browser-x86-64.AppImage","Dot_Browser-x86-64.AppImage.zsync"]'
overwrite: true

- name: Build webhook
uses: dothq/actions-status-discord@master
Expand Down

0 comments on commit 80cdf16

Please sign in to comment.