Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmVigneswaran committed May 9, 2024
1 parent 842c8d4 commit af60e95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 219 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
zip -q -r dist_bin/markers-extractor-cli-portable-${{ env.VERSION }}.zip "dist/"

- name: Save release binaries for cli
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release_dist_bin_cli
path: dist_bin
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
xcrun stapler staple "$SPKG"
- name: Save release binaries for macos
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release_MarkerExtractor_pkg
path: ${{ env.SPKG }}
Expand All @@ -187,20 +187,20 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get tag version
run: |
CLI_VERSION=$(sed -n 's/.*let packageVersion = "\(.*\)".*/\1/p' Sources/MarkersExtractor/Version.swift)
echo "VERSION=$CLI_VERSION" >> $GITHUB_ENV
- name: Load release binaries for macos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release_dist_bin_cli
path: dist

- name: Load release pkg
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release_MarkerExtractor_pkg
path: dist
Expand Down
214 changes: 0 additions & 214 deletions .github/workflows/release_github_test.yml

This file was deleted.

0 comments on commit af60e95

Please sign in to comment.