Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i2van authored Feb 25, 2025
1 parent aa03d34 commit 625146d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Upload artifacts

- name: Publish ${{env.NAME}} ${{env.CONFIG}} Installer
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
with:
name: ${{env.NAME}}Installer
path: |
Expand All @@ -66,7 +66,7 @@ jobs:
retention-days: ${{env.RETENTION_DAYS}}

- name: Publish ${{env.NAME}} ${{env.CONFIG_PORTABLE}}
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
with:
name: ${{env.NAME}}Portable
path: |
Expand All @@ -77,7 +77,7 @@ jobs:
retention-days: ${{env.RETENTION_DAYS}}

- name: Publish ${{env.NAUDIO}}
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
with:
name: ${{env.NAUDIO_ARTIFACT}}
path: |
Expand Down

0 comments on commit 625146d

Please sign in to comment.