Skip to content

Commit

Permalink
Activate upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkorb committed Jul 8, 2024
1 parent 30d2bf2 commit 2d13168
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:

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

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

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

0 comments on commit 2d13168

Please sign in to comment.