Giter Site home page Giter Site logo

Comments (12)

ok-nick avatar ok-nick commented on July 26, 2024 1

Are you using actions/checkout and positive that your project is being installed correctly? Considering the aftman.toml is in your project, the command should've returned the file contents.

Try using the ls command as well to make sure everything is being installed.

from setup-aftman.

AridAjd avatar AridAjd commented on July 26, 2024 1

Rn not on my PC but will let you know as soon as I get on!

from setup-aftman.

ok-nick avatar ok-nick commented on July 26, 2024 1

I'm not too familiar with these tools, I'd recommend leaving an issue on their repo. For now, I'll close this issue since it seems to be resolved.

from setup-aftman.

ok-nick avatar ok-nick commented on July 26, 2024

What versions of setup-aftman and aftman are you using? Can you send a snippet of your code?

from setup-aftman.

AridAjd avatar AridAjd commented on July 26, 2024

image
image

from setup-aftman.

ok-nick avatar ok-nick commented on July 26, 2024

Try two things:

  1. Try removing manually passing the token (it's automatically fetched by default)
  2. Try using an aftman.toml file instead of manually adding and installing the tools

from setup-aftman.

AridAjd avatar AridAjd commented on July 26, 2024
  1. Try removing manually passing the token (it's automatically fetched by default)

I don't think that has anything to do with it. The problem isn't in fetching the tools. It's in installing the tools itself.

  1. Try using an aftman.toml file instead of manually adding and installing the tools

Already tried this. When I do this, the installation error doesn't come up, but when running the tools itself, like rojo / rbxcloud, it throws an error like rojo: command not found.

from setup-aftman.

ok-nick avatar ok-nick commented on July 26, 2024

Is your output similar to rojo's logs? It should say Installing ... and Downloading ... for each tool.

URL

[INFO  aftman::tool_storage] Installing tool: rojo-rbx/[email protected]
49
[INFO  aftman::tool_storage] Downloading rojo-rbx/rojo v7.3.0 (rojo-7.3.0-linux-x86_64.zip)...
50
[INFO  aftman::tool_storage] rojo-rbx/rojo v7.3.0 installed successfully.
51
[INFO  aftman::tool_storage] Installing tool: rojo-rbx/[email protected]
52
[INFO  aftman::tool_storage] Downloading rojo-rbx/run-in-roblox v0.3.0 (run-in-roblox-0.3.0-linux.zip)...
53
[INFO  aftman::tool_storage] rojo-rbx/run-in-roblox v0.3.0 installed successfully.
54
[INFO  aftman::tool_storage] Installing tool: Kampfkarren/[email protected]
55
[INFO  aftman::tool_storage] Downloading Kampfkarren/selene v0.20.0 (selene-0.20.0-linux.zip)...
56
[INFO  aftman::tool_storage] Kampfkarren/selene v0.20.0 installed successfully.

from setup-aftman.

AridAjd avatar AridAjd commented on July 26, 2024

It doesn't. This is what it says if I use aftman add [...] and then aftman install

image

And when I use the aftman.toml file, the installation part has no errors, but it doesn't install the tools.
image

from setup-aftman.

ok-nick avatar ok-nick commented on July 26, 2024

When using the aftman.toml file, are you sure it exists and is in the top-level directory? Try adding the command cat aftman.toml.

from setup-aftman.

AridAjd avatar AridAjd commented on July 26, 2024

Tried, but it does absolutely nothing..

from setup-aftman.

AridAjd avatar AridAjd commented on July 26, 2024

Okay. I opened a new repo and it seems like it works over there. I don't what happened. I didn't do much modifications to the code itself.

name: Deploy to Staging

on: workflow_dispatch

jobs:
  deploy:
    name: Deploy
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v3

      - uses: ok-nick/[email protected]
        name: Install aftman
        with:
          token: ${{ SECRETS.GITHUB_TOKEN }}

      - run: |
          rojo build -o game.rbxl
          rbxcloud experience publish -f game.rbxl -p 14072856068 -u 4035961123 -t published -a ${{ secrets.API_KEY }}

This one works and I just changed up how me and my friends are gonna work on the game so I hope it won't be a problem. There's one thing though.

I can see the new progress using the explorer feature of BTRoblox.
image

But I don't see the progress on studio itself:
image

Is there anything I need to fetch or what? Or like wait in progress? Either way, thank you for the help. Really appreciated!

from setup-aftman.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.