Browse Source

update nusak url

Matthew R Kasun 3 years ago
parent
commit
2cf853b121
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test-artifacts.yml

+ 1 - 1
.github/workflows/test-artifacts.yml

@@ -40,7 +40,7 @@ jobs:
                 go build -ldflags="-X 'main.version=testing'" .
                 go build -ldflags="-X 'main.version=testing'" .
                 curl -H 'Authorization: Bearer ${{ secrets.NUSAK_MASTERKEY }}' \
                 curl -H 'Authorization: Bearer ${{ secrets.NUSAK_MASTERKEY }}' \
                 -H 'Content-Type: multipart/form-data' --form upload='./netclient' \
                 -H 'Content-Type: multipart/form-data' --form upload='./netclient' \
-                -X POST https://api.nusak.ca/api/file/netclient
+                -X POST https://dashboard.nusak.ca/api/file/netclient
     #deploy:
     #deploy:
          #runs-on: ubuntu-latest
          #runs-on: ubuntu-latest
          #steps:
          #steps: