This commit is contained in:
smartfrigde 2022-05-23 18:42:57 +02:00
parent 50f9ded9e7
commit 5d0c29c409
2 changed files with 5 additions and 5 deletions

View file

@ -121,11 +121,6 @@ jobs:
name: ArmCordLinux
path: linux
- uses: actions/download-artifact@v2
with:
name: ArmCordLinuxArm64
path: linux
- name: Get some values needed for the release
id: vars
shell: bash

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///home/smartfridge/Documents/ArmCord/.github/workflows/build.yml"
}
}