ci-test (working now) #2

Merged
Snoweuph merged 82 commits from ci-test into master 2023-04-05 19:20:53 +00:00
Showing only changes of commit 61893b8cc7 - Show all commits

View file

@ -45,8 +45,8 @@ jobs:
- name: create release
uses: https://github.com/ncipollo/release-action@v1
with:
token: ${{ secrets.DEPLOY_TOKEN }}
artifacts: "builds/linux.tar.gz"
tag: test
token: ${{ secrets.DEPLOY_TOKEN }}
name: Test
artifacts: builds/linux.tar.gz # Added "/*" at the end is glob pattern match for this action