Skip to content

Commit

Permalink
Update simple.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlang authored Jul 8, 2024
1 parent 23cfbbc commit 629f673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Upload logs artifact 🗞️
uses: actions/upload-artifact@v4
if: false
if: true
with:
path: |
${{ github.event.repository.name }}.Rcheck/*00install.out
Expand All @@ -115,7 +115,7 @@ jobs:
name: check-logs-${{ github.event.repository.name }}

- name: Get `.tar.gz` file name
if: false
if: true
id: tar-gz
# Use our custom action.
uses: user-workshop-cicd/action-example@main
Expand All @@ -124,7 +124,7 @@ jobs:

# Upload `.tar.gz` package as an artifact so it can be downloaded.
- name: Upload package build ⤴
if: false
if: true
uses: actions/upload-artifact@v4
with:
# Output of the custom action from the previous step
Expand Down

0 comments on commit 629f673

Please sign in to comment.