Skip to content

Commit

Permalink
filename in architecture v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrmendy committed Feb 9, 2024
1 parent e9f82dc commit d9a83b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
cp .\target\release\timeline.dll .\timeline\timeline.dll
Compress-Archive .\timeline\ timeline.zip -u
Compress-Archive .\timeline\ timeline-win-x86_64.zip -u
- name: Upload Archive
uses: actions/upload-artifact@v3
with:
name: timeline-win-x86_64
path: timeline.zip
path: timeline-win-x86_64.zip
compression-level: 0

build-macos:
Expand All @@ -41,12 +41,12 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
cp ./target/release/libtimeline.dylib ./timeline/libtimeline.dylib
zip -r timeline.zip ./timeline
zip -r timeline-macos-x86_64.zip ./timeline
- name: Upload Archive
uses: actions/upload-artifact@v3
with:
name: timeline-macos-x86_64
path: timeline.zip
path: timeline-macos-x86_64.zip
compression-level: 0

do-release:
Expand Down

0 comments on commit d9a83b2

Please sign in to comment.