Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
i2van committed Jan 8, 2025
1 parent 1e39fc0 commit 4c4b9e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

env:
NAME: Hourglass
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# Upload artifacts

- name: Publish ${{env.NAME}} ${{env.CONFIG}} Installer
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
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.4.3
uses: actions/upload-artifact@v4.5.0
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.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: ${{env.NAUDIO_ARTIFACT}}
path: |
Expand Down

0 comments on commit 4c4b9e7

Please sign in to comment.