Repos / gorts / bce9e6d08d
commit bce9e6d08dfc844d95b7c7d9d47120514b0e9398
Author: Nhân <hi@imnhan.com>
Date:   Sun Jun 18 14:36:08 2023 +0700

    fix hut usage

diff --git a/.build.yml b/.build.yml
index 3307e4c..349eed4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,5 +1,5 @@
 image: archlinux
-oauth: git.sr.ht/REPOSITORIES:RW
+oauth: git.sr.ht/OBJECTS:RW
 
 packages:
   - curl
@@ -29,8 +29,9 @@ tasks:
       git describe --exact-match HEAD || complete-build
 
   - release: |
-      hut git artifact upload gorts/dist/GORTS-Linux.zip
-      hut git artifact upload gorts/dist/GORTS-Windows.zip
+      cd gorts
+      hut git artifact upload dist/GORTS-Linux.zip
+      hut git artifact upload dist/GORTS-Windows.zip
 
 artifacts:
   - gorts/dist/GORTS-Linux.zip