Skip to content

Commit

Permalink
Try not to destroy everything but the version file?
Browse files Browse the repository at this point in the history
Why did the last commit do this lol
  • Loading branch information
thecraftianman authored Mar 21, 2024
1 parent 5caec02 commit fc38e78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workshop-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: Create Commit Version File
shell: bash
run: |
mkdir -p ${{ github.workspace }}/project/data_static/acf
echo "${{ github.sha }}" > ${{ github.workspace }}/project/data_static/acf/acf-3-version.txt
cd ${{ github.workspace }}/project
mkdir -p data_static/acf
echo "${{ github.sha }}" > data_static/acf/acf-3-version.txt
- name: Upload to Workshop
uses: CFC-Servers/gmod-upload@master
Expand Down

0 comments on commit fc38e78

Please sign in to comment.