Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshschmille committed Mar 25, 2021
1 parent f752eb5 commit d376709
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@ jobs:
tar -czvf SATE-linux.tar.gz SATE ./data ./logs
zip -r SATE-win64.zip SATE.exe ./data ./logs
- name: Move Releases
run: |
mv SATE-linux.tar.gz ./bin
mv SATE-win64.zip ./bin
#- name: Commit & Push changes
# uses: actions-js/push@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# message: 'New Release'
# author_email: josh.schmille@gmail.com
# author_name: Josh Schmille

- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand All @@ -59,5 +46,5 @@ jobs:
prerelease: false
title: "SATE"
files: |
./bin/*.zip
./bin/*.tar.gz
*.zip
*.tar.gz

0 comments on commit d376709

Please sign in to comment.