Skip to content

Commit

Permalink
test versioning: get dir listing
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-at-rewst committed Jan 19, 2024
1 parent 6e95e0b commit ba72ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Get Dir Listing
run: ls -l /home/runner
- name: Bump version in File
run: echo "__version__ = '${{ needs.bump_version.outputs.new_version }}'" > /home/runner/rewst_remote_agent/rewst_remote_agent/__version__.py

Expand Down

0 comments on commit ba72ef4

Please sign in to comment.