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 4dd9d60 commit f5d3b8c
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
@@ -1,6 +1,6 @@
name: build

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

env:
NAME: AutoItX.Dotnet.Latest
Expand All @@ -17,7 +17,7 @@ jobs:
# Check out

- name: Check out ${{env.NAME}}
uses: actions/[email protected].1
uses: actions/[email protected].2

# Build

Expand All @@ -27,7 +27,7 @@ jobs:
# Upload artifacts

- name: Publish ${{env.NAME}} ${{env.CONFIG}}
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: ${{env.NAME}}${{env.BIN_POSTFIX}}
path: ${{env.NAME}}/bin/${{env.CONFIG}}/${{env.NAME}}.*.*nupkg
Expand Down

0 comments on commit f5d3b8c

Please sign in to comment.