Skip to content

Commit

Permalink
Updating workflows for web removal
Browse files Browse the repository at this point in the history
  • Loading branch information
gabereiser committed Aug 6, 2022
1 parent 300a252 commit def1023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
run: |
make all VERSION=${{ github.ref_name }}
tar -cJf ${{ matrix.asset_name }} data docs bin web LICENSE
tar -cJf ${{ matrix.asset_name }} data docs bin LICENSE
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
if: startsWith(matrix.os, 'windows')
run: |
make all VERSION=${{ github.ref_name }}
tar -czf ${{ matrix.asset_name }} data docs bin web LICENSE
tar -czf ${{ matrix.asset_name }} data docs bin LICENSE
- name: Build BSD
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
run: |
make all VERSION=${{ github.ref_name }}
tar -cJf ${{ matrix.asset_name }} data docs bin web LICENSE
tar -cJf ${{ matrix.asset_name }} data docs bin LICENSE
- name: Publish Server Archive
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit def1023

Please sign in to comment.