Skip to content

Commit

Permalink
Yet another build test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrainge committed Aug 26, 2024
1 parent baf1202 commit d5d6faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
env:
TARGET: sorth-${{ matrix.target }}
- name: List files in build directory
run: ls -al build
run: ls build
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand All @@ -81,12 +81,12 @@ jobs:
filename: 'sorth-${{ matrix.target }}'
directory: 'build'
- name: List files in build directory
run: ls -al build
run: ls build
- name: release
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "dist/sorth-${{ matrix.target }}.zip"
file: "build/sorth-${{ matrix.target }}.zip"
tags: true
draft: true
2 changes: 1 addition & 1 deletion ls.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off

dir %2%
dir %1%

0 comments on commit d5d6faa

Please sign in to comment.