Skip to content

Commit

Permalink
added ls for test
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Jan 15, 2024
1 parent 38b558d commit 258265d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
swift-version: "5.9.2"
- name: Build it
run: |
ls
BUILD_DIR="${HOME}/build/"
swift build --disable-sandbox -c release --build-path $BUILD_DIR
mv "${BUILD_DIR}x86_64-unknown-linux-gnu/release/sourcery" "${HOME}/sourcery"
Expand All @@ -50,4 +51,4 @@ jobs:
path: ~/$FILENAME
retention-days: 5
#$GITHUB_REF_NAME
if: ${{ github.event.workflow_run.conclusion == 'success' }}
#if: ${{ github.event.workflow_run.conclusion == 'success' }}
1 change: 1 addition & 0 deletions .github/workflows/release_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
ref: ${{ github.event.inputs.ref }}
- name: Build it
run: |
ls
CLI_DIR="${HOME}/cli/"
RESOURCES_DIR="${CLI_DIR}Resources/"
TEMPLATES_DIR="${CLI_DIR}Templates/"
Expand Down

0 comments on commit 258265d

Please sign in to comment.