Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam authored and christophe-lunarg committed Jun 7, 2024
1 parent 45008b2 commit 33b4a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make_light_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: sudo apt-get update -y && sudo apt-get install -y zip p7zip

- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand All @@ -29,13 +29,13 @@ jobs:
- name: Create 7z archive
run: 7z a glm-${{ env.RELEASE_VERSION }}.7z .

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: glm-${{ env.RELEASE_VERSION }}
path: glm-${{ env.RELEASE_VERSION }}.*

- name: Add to Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
glm-${{ env.RELEASE_VERSION }}.zip
Expand Down

0 comments on commit 33b4a62

Please sign in to comment.