Skip to content

Commit

Permalink
update artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswoodle committed Dec 21, 2022
1 parent 1ca5ee7 commit 1a1f3f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- os: windows-2022
file: Dockerfile.windows
artifact-path: build/bin/release
artifact: gmsv_MongoDb_win64.dll
artifact: gmsv_mongodb_win64.dll
- os: ubuntu-22.04
file: Dockerfile.linux
artifact-path: build/projects/MongoDb
artifact: gmsv_MongoDb_linux64.dll
artifact-path: build/projects/mongodb
artifact: gmsv_mongodb_linux64.dll
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1a1f3f7

Please sign in to comment.