Skip to content

Commit

Permalink
meetup 7/11/24
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjx9 committed Jul 12, 2024
1 parent a8b4b38 commit 2636b4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cd dist
Compress-Archive -Path manage -DestinationPath manage-windows.zip
Move-Item -Path manage-windows.zip -Destination $env:GITHUB_WORKSPACE
cd ..
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -161,19 +161,19 @@ jobs:
uses: actions/download-artifact@v2
with:
name: SocialMediaScheduler-windows
path: ./windows
path: ${{ github.workspace }}

- name: Download build artifacts
uses: actions/download-artifact@v2
with:
name: SocialMediaScheduler-linux
path: ./linux
path: ${{ github.workspace }}

- name: Download build artifacts
uses: actions/download-artifact@v2
with:
name: SocialMediaScheduler-mac
path: ./mac
path: ${{ github.workspace }}

- name: Generate release name and tag
id: generate_release_info
Expand Down

0 comments on commit 2636b4f

Please sign in to comment.