Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JerimiahOfficial committed Aug 23, 2024
1 parent 1769453 commit 10007bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
run: cmake --build build --config Release

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: build/**/FileToByte*
Expand All @@ -65,20 +65,20 @@ jobs:
needs: [build]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download Linux Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ubuntu-latest

- name: Download Windows Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-latest

- name: Release Build
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Release
tag_name: ${{ github.run_id }}
Expand Down

0 comments on commit 10007bf

Please sign in to comment.