Update make_light_release.yml

master
Elie Michel ago%!(EXTRA string=2 years) committed by GitHub
parent 1f61d8a056
commit b733265bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/make_light_release.yml

@ -14,6 +14,9 @@ jobs:
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install -y zip p7zip
- name: Check out repository code
uses: actions/checkout@v3
- name: Prepare layout
run: mv copying.txt glm

Loading…
Cancel
Save