Skip to content

Commit

Permalink
Moved scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayy001 committed Dec 8, 2024
1 parent b154e3c commit e518b1a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: make test
- name: Build codexctl
shell: bash
run: ./builds/github-make-executable.sh
run: ./scripts/github-make-executable.sh
env:
nuitka_cache: ${{ github.workspace }}/.nuitka
- name: Upload Compilation Report
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
libfuse-dev rustc cargo
cd /src
source /opt/lib/nuitka/bin/activate
./builds/github-make-executable.sh
./scripts/github-make-executable.sh
- name: Upload Compilation Report
uses: actions/upload-artifact@v4
if: runner.debug == '1'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion data/version-ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,6 @@
"8c92f589900e7e355697206c71e2256d909313fcd96aa2c5fd9910ff04b062f1"
]
},
"last-updated": 1730730991,
"last-updated": 1733663974,
"external-provider-url": "https://storage.googleapis.com/remarkable-versions/REPLACE_ID"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e518b1a

Please sign in to comment.