Skip to content

Commit

Permalink
Revert local changes for local build for PR submission upstream.
Browse files Browse the repository at this point in the history
Signed-off-by: Satadru Pramanik <[email protected]>
  • Loading branch information
satmandu committed Nov 14, 2024
1 parent 7a2fc6f commit a6e4ede
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:

# Create runner package tar.gz/zip
- name: Package Release
# if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request'
run: |
${{ matrix.devScript }} package Release ${{ matrix.runtime }}
working-directory: src

# Upload runner package tar.gz/zip as artifact
- name: Publish Artifact
# if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4
with:
name: runner-package-${{ matrix.runtime }}
Expand Down
2 changes: 1 addition & 1 deletion releaseVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.321.1
<Update to ./src/runnerversion when creating release>
2 changes: 1 addition & 1 deletion src/runnerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.321.1
2.321.0

0 comments on commit a6e4ede

Please sign in to comment.