mirror of
https://github.com/Lakr233/GitLab-License-Generator.git
synced 2026-01-30 11:55:35 +02:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -14,12 +14,12 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout Source Code
|
||||
uses: actions/checkout@latest
|
||||
uses: actions/checkout@4.1.1
|
||||
- name: Build
|
||||
run: |
|
||||
./make.sh
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@latest
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: build
|
||||
|
||||
Reference in New Issue
Block a user