Skip to content

Commit

Permalink
Fix build script & vendor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed May 1, 2022
1 parent 0935326 commit d9d201a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vendor_archive.yaml
Expand Up @@ -41,5 +41,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: riftshare-linux
path: RiftShare-vendored.zip
path: riftshare-vendored.tar.gz
if: matrix.os == 'ubuntu-latest'
2 changes: 1 addition & 1 deletion build-linux.sh
@@ -1,4 +1,4 @@
#! /usr/bin/sh
#! /bin/bash

wails build
rm build/bin/RiftShare
Expand Down

0 comments on commit d9d201a

Please sign in to comment.