We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afde0d8 commit 59c17c6Copy full SHA for 59c17c6
1 file changed
.github/workflows/test.yml
@@ -0,0 +1,11 @@
1
+name: Get Hytale Auth
2
+on: workflow_dispatch # Allows you to run it manually from the "Actions" tab
3
+jobs:
4
+ auth:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: Run Downloader
8
+ run: |
9
+ wget https://downloader.hytale.com/hytale-downloader-linux-amd64 -O downloader
10
+ chmod +x downloader
11
+ ./downloader # This will print the URL and Code to the logs
0 commit comments